summaryrefslogtreecommitdiff
path: root/x11/kde4-workspace/files/pkg-install.in
diff options
context:
space:
mode:
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