]> arthur.barton.de Git - ngircd-alex.git/blob - debian/ngircd.postinst
b8d4fb642cff055d8e9643b8f78deabd064b1b79
[ngircd-alex.git] / debian / ngircd.postinst
1 #!/bin/sh
2 #
3 # Debian post-installation script
4 # $Id: ngircd.postinst,v 1.3 2003/11/29 20:29:09 alex Exp $
5 #
6
7 if [ -f /etc/ngircd/ngircd.conf ]; then
8         # make sure that configuration file is not world readable
9         chmod o= /etc/ngircd/ngircd.conf
10 fi
11
12 #DEBHELPER#
13
14 # -eof-