desktop/spun-live/spun.install

11 lines
251 B
Plaintext
Raw Normal View History

2012-06-19 09:03:19 +08:00
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() {
post_install
}