summarylogtreecommitdiffstats
path: root/icemon.install
diff options
context:
space:
mode:
Diffstat (limited to 'icemon.install')
-rw-r--r--icemon.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/icemon.install b/icemon.install
deleted file mode 100644
index f30d282c7b54..000000000000
--- a/icemon.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() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}