desktop/spun-live/spun.install
2012-06-19 01:03:19 +00:00

11 lines
251 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() {
post_install
}