summaryrefslogtreecommitdiffstats
path: root/kde/post-install/kde-baseapps.post-install
blob: 8dda6366e8a936f06d0045916cb819c061383a60 (plain)
1
2
3
4
5
6
7
8
9
# 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}/#" \
  > $PKG/etc/profile.d/kde.sh
cat $CWD/post-install/kde-baseapps/profile.d/kde.csh \
  | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#" \
  > $PKG/etc/profile.d/kde.csh
chmod 0755 $PKG/etc/profile.d/*