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