PKGBUILDs/community/pyneighborhood/pyneighborhood.install

13 lines
243 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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
}