Blame


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