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