http://marcin-wiacek.fkn.pl/english/zips/mygnokii.tar.gz
[gnokii.git] / packaging / Debian / preinst
index 82814da..593bbc7 100644 (file)
@@ -1,11 +1,4 @@
 #!/bin/sh -e
 
-if [ -z "`grep -e '^gnokii:' /etc/group`" ]
-then
-       /usr/sbin/groupadd gnokii
-else
-       echo 'notice: group "gnokii" already exists'
-       echo 'I assume that you have used a gnokii before, Mr. Bond.'
-fi
+/usr/sbin/groupadd gnokii 
 
-#DEBHELPER#