updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / nautilus-share-upstream / nautilus-share.install
blob76c4c6b0825c3e2d4a00e59718c3b17943bb55cc
1 usershare_dir=/var/lib/samba/usershare
3 post_install() {
4   mkdir -p $usershare_dir
5   chown root:users $usershare_dir
6   chmod 01770 $usershare_dir
7   echo "Please add the line 'include = /etc/samba/usershare.conf'"
8   echo "in the [global] section of /etc/samba/smb.conf and restart samba."
9   echo "All users that want to use nautilus-share MUST be in the 'users' group."