diff options
Diffstat (limited to 'source/kde/post-install/kde-runtime.post-install')
-rw-r--r-- | source/kde/post-install/kde-runtime.post-install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/kde/post-install/kde-runtime.post-install b/source/kde/post-install/kde-runtime.post-install new file mode 100644 index 00000000..fbdacfab --- /dev/null +++ b/source/kde/post-install/kde-runtime.post-install @@ -0,0 +1,9 @@ +# 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/ + |