summaryrefslogtreecommitdiffstats
path: root/kde/post-install/kde-baseapps.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-12-22 15:09:16 +0100
committer Eric Hameleers <alien@slackware.com>2014-12-22 15:09:16 +0100
commit8d7dd4892e8aa73ce7c3ea73f48a5274e48f5428 (patch)
treef3e3dc663a60572cf6a7feb61af560b83ac81221 /kde/post-install/kde-baseapps.patch
parenteb82fdc2eafc3d1b5f837fcda2c4903106d9d79a (diff)
downloadktown-4.9.5.tar.gz
ktown-4.9.5.tar.xz
KDE 4.9.5 for Slackware 14.0 (02jan2013)4.9.5
Diffstat (limited to 'kde/post-install/kde-baseapps.patch')
-rw-r--r--kde/post-install/kde-baseapps.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/kde/post-install/kde-baseapps.patch b/kde/post-install/kde-baseapps.patch
deleted file mode 100644
index 8dda636..0000000
--- a/kde/post-install/kde-baseapps.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-# Add profile scripts
-mkdir -p $PKG/etc/profile.d
-cat $CWD/post-install/kde-baseapps/profile.d/kde.sh \
- | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#" \
- > $PKG/etc/profile.d/kde.sh
-cat $CWD/post-install/kde-baseapps/profile.d/kde.csh \
- | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#" \
- > $PKG/etc/profile.d/kde.csh
-chmod 0755 $PKG/etc/profile.d/*