summaryrefslogtreecommitdiff
path: root/pcr/weboob/weboob.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/weboob/weboob.install')
-rw-r--r--pcr/weboob/weboob.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/weboob/weboob.install b/pcr/weboob/weboob.install
deleted file mode 100644
index 029294d67..000000000
--- a/pcr/weboob/weboob.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}