summaryrefslogtreecommitdiffstats
path: root/source/kde/post-install/kde-runtime.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/post-install/kde-runtime.post-install')
-rw-r--r--source/kde/post-install/kde-runtime.post-install9
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 fbdacfab3..000000000
--- 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/
-