From 270c1ba7053478dbd1c632eea18d6e54d51e4ecc Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 22 Dec 2014 15:03:24 +0100 Subject: KDE 4.7.4 for Slackware 13.37 (06dec2011) --- kde/post-install/kdebase.post-install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 kde/post-install/kdebase.post-install (limited to 'kde/post-install/kdebase.post-install') diff --git a/kde/post-install/kdebase.post-install b/kde/post-install/kdebase.post-install new file mode 100644 index 0000000..e18f8fe --- /dev/null +++ b/kde/post-install/kdebase.post-install @@ -0,0 +1,9 @@ +# Add profile scripts +mkdir -p $PKG/etc/profile.d +cat $CWD/post-install/kdebase/profile.d/kde.sh \ + | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#" \ + > $PKG/etc/profile.d/kde.sh +cat $CWD/post-install/kdebase/profile.d/kde.csh \ + | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#" \ + > $PKG/etc/profile.d/kde.csh +chmod 0755 $PKG/etc/profile.d/* -- cgit v1.2.3