Update: orig2001_11_25_22_56 -> orig2001_11_27_05_17
[gnokii.git] / packaging / Debian / preinst
1 #!/bin/sh -e
2
3 if [ -z "`grep -e '^gnokii:' /etc/group`" ]
4 then
5         /usr/sbin/groupadd gnokii
6 else
7         echo 'notice: group "gnokii" already exists'
8         echo 'I assume that you have used a gnokii before, Mr. Bond.'
9 fi
10
11 #DEBHELPER#