[arch-commits] Commit in sane/trunk (sane.install)

Andrea Scarpino andrea at archlinux.org
Wed Oct 19 09:39:42 UTC 2011


    Date: Wednesday, October 19, 2011 @ 05:39:41
  Author: andrea
Revision: 140787

Do not remove the scanner group because is created by the filesystem package (FS#26301)

Modified:
  sane/trunk/sane.install

--------------+
 sane.install |    7 -------
 1 file changed, 7 deletions(-)

Modified: sane.install
===================================================================
--- sane.install	2011-10-19 09:37:49 UTC (rev 140786)
+++ sane.install	2011-10-19 09:39:41 UTC (rev 140787)
@@ -1,14 +1,7 @@
 post_install() {
-    getent group scanner >/dev/null 2>&1 || groupadd -g 96 scanner &>/dev/null
 	/bin/cat <<THEEND
 NOTE
 ----
 Add your user to group 'scanner' to use scanner devices.
 THEEND
 }
-
-post_remove() {
-    if getent group scanner >/dev/null 2>&1; then
-        groupdel scanner
-    fi
-}




More information about the arch-commits mailing list