summaryrefslogtreecommitdiffstats
path: root/kde/post-install/kservice.post-install
blob: a014f3ba32b2eb9ef65452bfa1f1acaf82bed162 (plain)
1
2
3
4
5
6
7
8
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/*