desktop/spun/spun.install

17 lines
395 B
Plaintext
Raw Normal View History

2012-05-07 09:48:41 +08:00
post_install() {
2014-04-20 02:38:46 +08:00
echo "==> spun will start automatically at login"
2012-06-19 08:56:51 +08:00
echo "==> want audio notifications?"
echo "==> after the first run, uncomment the 'playwith' and 'audio'"
echo "==> options in your ~/.spunrc"
2012-05-07 09:48:41 +08:00
}
post_upgrade() {
2014-04-20 02:38:46 +08:00
echo "==> "
2012-05-07 09:48:41 +08:00
post_install
2014-04-20 02:38:46 +08:00
echo "==> "
echo "=====> WARNING: for use new spun you need to run:"
echo "==> killall spun && spun"
echo "==> "
}