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/kservice.post-install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 kde/post-install/kservice.post-install (limited to 'kde/post-install/kservice.post-install') diff --git a/kde/post-install/kservice.post-install b/kde/post-install/kservice.post-install new file mode 100644 index 0000000..a014f3b --- /dev/null +++ b/kde/post-install/kservice.post-install @@ -0,0 +1,9 @@ +# 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/* -- cgit v1.2.3