desktop/spun/spun.install
2012-05-07 01:48:41 +00:00

12 lines
215 B
Plaintext

post_install() {
echo "To use this script, just add spun to your startup applications."
}
post_upgrade() {
post_install
}
post_remove() {
echo "Don't forget to remove spun from your startup applications!"
}