summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/post-install/kservice.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/kde/post-install/kservice.post-install')
-rw-r--r--testing/source/vtown/kde/post-install/kservice.post-install9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/source/vtown/kde/post-install/kservice.post-install b/testing/source/vtown/kde/post-install/kservice.post-install
deleted file mode 100644
index a014f3ba3..000000000
--- a/testing/source/vtown/kde/post-install/kservice.post-install
+++ /dev/null
@@ -1,9 +0,0 @@
-# Add profile scripts
-mkdir -p $PKG/etc/profile.d
-cat $CWD/post-install/kservice/profile.d/kde.sh \
- | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#g" \
- > $PKG/etc/profile.d/kde.sh
-cat $CWD/post-install/kservice/profile.d/kde.csh \
- | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#g" \
- > $PKG/etc/profile.d/kde.csh
-chmod 0755 $PKG/etc/profile.d/*