[arch-commits] Commit in smb4k/trunk (smb4k.install)
Andrea Scarpino
andrea at archlinux.org
Sat Sep 3 16:58:14 UTC 2011
Date: Saturday, September 3, 2011 @ 12:58:14
Author: andrea
Revision: 136950
umount.cifs is no more installed (see FS#23659)
Modified:
smb4k/trunk/smb4k.install
---------------+
smb4k.install | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
Modified: smb4k.install
===================================================================
--- smb4k.install 2011-09-03 12:23:55 UTC (rev 136949)
+++ smb4k.install 2011-09-03 16:58:14 UTC (rev 136950)
@@ -1,14 +1,10 @@
-# $Id: smb4k.install,v 1.2 2009/02/23 03:09:26 travis Exp $
-# arg 1: the new package version
post_install() {
echo "==> Note: To enable mounting and unmounting of smb/cifs shares as"
echo "==> user, you will need to issue the following command as root:"
- echo "# chmod +s \$(which mount.cifs) \$(which umount.cifs)"
+ echo "# chmod +s \$(which mount.cifs)"
echo "==> These command will need to be re-run every upgrade of smbclient"
}
-# arg 1: the new package version
-# arg 2: the old package version
post_upgrade() {
post_install $1
}
More information about the arch-commits
mailing list