aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4-workspace/files/pkg-install.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase4-workspace/files/pkg-install.in')
-rw-r--r--x11/kdebase4-workspace/files/pkg-install.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11/kdebase4-workspace/files/pkg-install.in b/x11/kdebase4-workspace/files/pkg-install.in
deleted file mode 100644
index fee72a16fe3c..000000000000
--- a/x11/kdebase4-workspace/files/pkg-install.in
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-if [ "$2" != "POST-INSTALL" ]; then
- exit 0
-fi
-
-boguscreatenewentry=%%PREFIX%%/share/templates/.keep_me
-kdmrcscript=%%PREFIX%%/etc/rc.d/genkdmconf.sh
-
-if [ -f $kdmrcscript ]; then
- sh -c "$kdmrcscript"
-fi
-
-if [ -f $boguscreatenewentry ]; then
- rm -f $boguscreatenewentry
-fi
-
-exit 0