From ed94d5d5cd31ecc1f671f36e0813804e8aa59082 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 31 Dec 2003 17:20:11 +0000 Subject: Removed outdated Mac OS X ProjectBuilder project files (will be re-added and updated for XCode soon); moved the debian/ directory to contrib/Debian/. --- contrib/Debian/ngircd.postinst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 contrib/Debian/ngircd.postinst (limited to 'contrib/Debian/ngircd.postinst') diff --git a/contrib/Debian/ngircd.postinst b/contrib/Debian/ngircd.postinst new file mode 100755 index 00000000..b2ae4053 --- /dev/null +++ b/contrib/Debian/ngircd.postinst @@ -0,0 +1,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- -- cgit 1.4.1