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