desktop/acetoneiso2/acetoneiso2.install

12 lines
161 B
Plaintext
Raw Normal View History

2010-07-23 05:00:13 +08:00
post_install() {
cat << EOF
-->
--> Please remember to add 'fuse' to your MODULES array in /etc/rc.conf
-->
EOF
}
post_upgrade() {
post_install $*
}