summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/post-install/dolphin.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/kde/post-install/dolphin.post-install')
-rw-r--r--testing/source/vtown/kde/post-install/dolphin.post-install14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/source/vtown/kde/post-install/dolphin.post-install b/testing/source/vtown/kde/post-install/dolphin.post-install
deleted file mode 100644
index 8b0f9e142..000000000
--- a/testing/source/vtown/kde/post-install/dolphin.post-install
+++ /dev/null
@@ -1,14 +0,0 @@
-# Add a 'run dolphin as root' menu entry:
-mkdir -p $PKG/usr/share/applications
-cat <<EOT > $PKG/usr/share/applications/org.kde.dolphinsu.desktop
-[Desktop Entry]
-Name=File Manager - Super User Mode
-Exec=dbus-launch dolphin -qwindowtitle "%c" "%u"
-Icon=system-file-manager
-Type=Application
-X-DocPath=dolphin/index.html
-Categories=Qt;KDE;System;FileManager;
-Terminal=false
-MimeType=inode/directory;
-X-KDE-SubstituteUID=true
-EOT