┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/dolphin.install
diff options
context:
space:
mode:
Diffstat (limited to 'dolphin.install')
-rw-r--r--dolphin.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/dolphin.install b/dolphin.install
deleted file mode 100644
index 74ff488..0000000
--- a/dolphin.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-