Update debian package configuration

darcs-hash:20071113181137-86b55-80a8c5c5bce363657e947a7e3777a2edd4135cc6.gz
This commit is contained in:
David Rousselie
2007-11-13 19:11:37 +01:00
parent e9a3c54b4f
commit 893aac6eaa
18 changed files with 174 additions and 392 deletions

3
debian/postinst vendored
View File

@@ -1,5 +1,5 @@
#! /bin/sh
# postinst script for jabber-pyaim
# postinst script for jmc
#
# see: dh_installdeb(1)
@@ -25,7 +25,6 @@ case "$1" in
# the sanit(ar)y checks otherwise we can safely create it.
if [ "$uid" ]; then
# guess??? the checks!!!
if [ $uid -ge 100 ] && [ $uid -le 999 ]; then
echo "jabber uid check: ok"
else