Blame


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