summaryrefslogtreecommitdiffstats
path: root/kde/post-install/kde-runtime.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'kde/post-install/kde-runtime.post-install')
-rw-r--r--kde/post-install/kde-runtime.post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/kde/post-install/kde-runtime.post-install b/kde/post-install/kde-runtime.post-install
new file mode 100644
index 0000000..914cfe8
--- /dev/null
+++ b/kde/post-install/kde-runtime.post-install
@@ -0,0 +1,5 @@
+# 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