2003-07-13 01:27:37 +02:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# Debian post-installation script
|
2003-12-31 18:20:11 +01:00
|
|
|
# $Id: ngircd.postinst,v 1.1 2003/12/31 17:20:11 alex Exp $
|
2003-07-13 01:27:37 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
if [ -f /etc/ngircd/ngircd.conf ]; then
|
|
|
|
# make sure that configuration file is not world readable
|
|
|
|
chmod o= /etc/ngircd/ngircd.conf
|
|
|
|
fi
|
|
|
|
|
2003-11-29 21:29:09 +01:00
|
|
|
#DEBHELPER#
|
2003-07-13 01:27:37 +02:00
|
|
|
|
|
|
|
# -eof-
|