mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
12 lines
161 B
Plaintext
12 lines
161 B
Plaintext
post_install() {
|
|
cat << EOF
|
|
-->
|
|
--> Please remember to add 'fuse' to your MODULES array in /etc/rc.conf
|
|
-->
|
|
EOF
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install $*
|
|
}
|