┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/dolphin.install
diff options
context:
space:
mode:
authorFelix Yan <[email protected]>2016-04-27 15:37:25 +0000
committerFelix Yan <[email protected]>2016-04-27 15:37:25 +0000
commit31746fb80558ee8eba0e25c36145008fc2326bc6 (patch)
treee1a7cb23d35dc3706852678f4c2a84fedd77f742 /dolphin.install
parent8760a95c4a606e9a351a0214226a99474f8fe943 (diff)
Hooks rebuild (part 1)
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
-}
-