mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
243 B
Text
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
|
|
}
|