From 969a429dee28d5c91719bdefeb9603fef2862409 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 27 Jan 2017 10:56:46 +0100 Subject: Move the kde profile (logon) scripts from kde-baseapps to kservice. Needed because kde-baseapps has been split into multiple packages and is itself gone from the software collection. --- kde/post-install/kde-baseapps.post-install | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 kde/post-install/kde-baseapps.post-install (limited to 'kde/post-install/kde-baseapps.post-install') diff --git a/kde/post-install/kde-baseapps.post-install b/kde/post-install/kde-baseapps.post-install deleted file mode 100644 index 3ae4e1c..0000000 --- a/kde/post-install/kde-baseapps.post-install +++ /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}/#g" \ - > $PKG/etc/profile.d/kde.sh -cat $CWD/post-install/kde-baseapps/profile.d/kde.csh \ - | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#g" \ - > $PKG/etc/profile.d/kde.csh -chmod 0755 $PKG/etc/profile.d/* -- cgit v1.2.3-65-gdbad