diff options
Diffstat (limited to 'mail/horde-vacation/files/pkg-install.in')
-rw-r--r-- | mail/horde-vacation/files/pkg-install.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/mail/horde-vacation/files/pkg-install.in b/mail/horde-vacation/files/pkg-install.in deleted file mode 100644 index 317b307c0b70..000000000000 --- a/mail/horde-vacation/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - if [ -z "${PACKAGE_BUILDING}" ]; then - # Copy over sample config files unless they already exist - - for cf in `ls %%VACDIR%%/config/*.xml | sed -e 's/\.dist//g'`; do - if [ ! -f $cf ]; then - cp -p $cf.xml $cf - fi - done - fi - ;; -esac |