post_install() {

    echo "seatd from runit-service-scripts does not require dbus to be running for seatd to run"
    echo "if you want to ensure dbus is running copy the script from /usr/lib/runit/sv/seatd "
    echo "to /etc/runit/sv/ and uncomment the line in run for the  dbus check"
    echo "to activate runit supervision use the following command as root"
    echo "sudo ln -sf /etc/runit/sv/seatd /etc/runit/runsvdir/default/"
    echo "if you are not running dbus in your system use the original script as"
    echo "sudo ln -sf /usr/lib/runit/sv/seatd /etc/runit/runsvdir/default/"

}

post_upgrade() {

    post_install
}

