PKGBUILDs/community/acetoneiso2/acetoneiso2.install

12 lines
161 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
cat << EOF
-->
--> Please remember to add 'fuse' to your MODULES array in /etc/rc.conf
-->
EOF
}
post_upgrade() {
post_install $*
}