summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/post-install/kde-cli-tools.post-install
blob: 5a5646d82b3293377dce287bdf2bb4df2c13164e (plain) (blame)
1
2
3
4
5
6
# Create a symlink in /usr/bin to the kdesu binary:
KDESUBIN="$(cd $PKG ; find usr -type f -name kdesu)"
if [ -r $PKG/$KDESUBIN ]; then
  mkdir -p $PKG/usr/bin
  ( cd $PKG/usr/bin ; ln -s /$KDESUBIN kdesu )
fi