desktop/spun/spun.install
2014-04-19 18:38:46 +00:00

17 lines
395 B
Plaintext

post_install() {
echo "==> spun will start automatically at login"
echo "==> want audio notifications?"
echo "==> after the first run, uncomment the 'playwith' and 'audio'"
echo "==> options in your ~/.spunrc"
}
post_upgrade() {
echo "==> "
post_install
echo "==> "
echo "=====> WARNING: for use new spun you need to run:"
echo "==> killall spun && spun"
echo "==> "
}