desktop/acetoneiso2/acetoneiso2.install
2010-07-22 21:00:13 +00:00

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 $*
}