mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
17 lines
395 B
Plaintext
17 lines
395 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() {
|
|
echo "==> "
|
|
post_install
|
|
echo "==> "
|
|
echo "=====> WARNING: for use new spun you need to run:"
|
|
echo "==> killall spun && spun"
|
|
echo "==> "
|
|
|
|
|
|
} |