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, 0 insertions, 9 deletions
diff --git a/source/kde/post-install/kde-runtime.post-install b/source/kde/post-install/kde-runtime.post-install deleted file mode 100644 index fbdacfab..00000000 --- a/source/kde/post-install/kde-runtime.post-install +++ /dev/null @@ -1,9 +0,0 @@ -# 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/ - |