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

12 lines
243 B
Text

pkgname=pyneighborhood
post_install() {
echo ""
echo "Please run 'chmod +s /sbin/mount.cifs /sbin/umount.cifs'"
echo "as root to be able to mount shares as a non-root user'"
echo ""
}
post_upgrade() {
post_install $1
}