desktop/spun/spun.install

11 lines
251 B
Plaintext
Raw Normal View History

2012-05-07 09:48:41 +08:00
post_install() {
2012-06-19 08:56:51 +08:00
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"
2012-05-07 09:48:41 +08:00
}
post_upgrade() {
post_install
}