blob: fbdacfab3aa893d19f59d24e9510d27e6a2f8808 (
plain) (
tree)
|
|
# Create a symlink in /usr/bin to the kdesu binary
( cd $PKG/usr/bin ; ln -s /usr/lib${LIBDIRSUFFIX}/kde4/libexec/kdesu . )
# Remove the hicolor icon theme index.theme so it doesn't clobber the real one
rm -f $PKG/usr/share/icons/hicolor/index.theme
# Move the dbus configuration files to the proper place:
mv $PKG/etc/kde/dbus-1 $PKG/etc/
|