PKGBUILDs/community/acetoneiso2/acetoneiso2.install
2009-10-09 21:15:33 -05:00

11 lines
161 B
Text

post_install() {
cat << EOF
-->
--> Please remember to add 'fuse' to your MODULES array in /etc/rc.conf
-->
EOF
}
post_upgrade() {
post_install $*
}