[med-svn] r1828 - trunk/packages/gnumed-client/trunk/debian
tille at alioth.debian.org
tille at alioth.debian.org
Wed May 7 06:30:35 UTC 2008
Author: tille
Date: 2008-05-07 06:30:33 +0000 (Wed, 07 May 2008)
New Revision: 1828
Added:
trunk/packages/gnumed-client/trunk/debian/gnumed-client-de.postinst
Log:
Added formerly missing file
Added: trunk/packages/gnumed-client/trunk/debian/gnumed-client-de.postinst
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/gnumed-client-de.postinst (rev 0)
+++ trunk/packages/gnumed-client/trunk/debian/gnumed-client-de.postinst 2008-05-07 06:30:33 UTC (rev 1828)
@@ -0,0 +1,15 @@
+#!/bin/sh
+set -e
+
+PROG=gnumed
+GROUP=${PROG}
+
+KVKDIR=/var/spool/kvkd/
+
+if [ ! -d "$KVKDIR" ] ; then
+ mkdir -p "$KVKDIR"
+ chgrp $GROUP "$KVKDIR"
+ chmod 2774 "$KVKDIR"
+fi
+
+#DEBHELPER#
More information about the debian-med-commit
mailing list