summaryrefslogtreecommitdiff
path: root/x11/kdebase4/files/pkg-install.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-12-31 12:35:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-12-31 12:35:17 +0000
commit18a56320c9602155ab8efec1503104da172eb882 (patch)
treee6c9bc10db8d29a4e76a24cac3a7ecc376035aec /x11/kdebase4/files/pkg-install.in
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_3_0'.release/6.3.0
Notes
Notes: svn path=/head/; revision=204758 svn path=/tags/RELEASE_6_3_0/; revision=204759; tag=release/6.3.0
Diffstat (limited to 'x11/kdebase4/files/pkg-install.in')
-rw-r--r--x11/kdebase4/files/pkg-install.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/kdebase4/files/pkg-install.in b/x11/kdebase4/files/pkg-install.in
deleted file mode 100644
index 87ea16dd348a..000000000000
--- a/x11/kdebase4/files/pkg-install.in
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-if [ "$2" != "POST-INSTALL" ]; then
- exit 0
-fi
-
-boguscreatenewentry=%%PREFIX%%/share/templates/.keep_me
-
-if [ -f $boguscreatenewentry ]; then
- rm -f $boguscreatenewentry
-fi
-
-exit 0