mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
12 lines
215 B
Plaintext
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!"
|
|
}
|