about summary refs log tree commit diff
path: root/contrib/Debian/ngircd.postinst
blob: b2ae4053583aa323617c3bf70c045a3861c466e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# Debian post-installation script
# $Id: ngircd.postinst,v 1.1 2003/12/31 17:20:11 alex Exp $
#

if [ -f /etc/ngircd/ngircd.conf ]; then
	# make sure that configuration file is not world readable
	chmod o= /etc/ngircd/ngircd.conf
fi

#DEBHELPER#

# -eof-