summaryrefslogtreecommitdiffstats
path: root/kde/post-install/kde-baseapps.post-install
blob: 3ae4e1c26c9b6e38952b32749e0c810a6b52f8ea (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}/#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/*