summaryrefslogtreecommitdiff
path: root/x11/kde4-workspace/files/pkg-install.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /x11/kde4-workspace/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_7_0_0'.release/7.0.0
Diffstat (limited to 'x11/kde4-workspace/files/pkg-install.in')
-rw-r--r--x11/kde4-workspace/files/pkg-install.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/kde4-workspace/files/pkg-install.in b/x11/kde4-workspace/files/pkg-install.in
deleted file mode 100644
index 87ea16dd348a..000000000000
--- a/x11/kde4-workspace/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