mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
13 lines
243 B
Text
13 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
|
||
|
}
|