mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
11 lines
251 B
Plaintext
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
|
|
}
|