This commit was generated by cvs2svn to compensate for changes in r164,
[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#