summarylogtreecommitdiffstats
path: root/retext-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'retext-git.install')
-rw-r--r--retext-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/retext-git.install b/retext-git.install
new file mode 100644
index 000000000000..dce6213dce4b
--- /dev/null
+++ b/retext-git.install
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+ update-desktop-database -q
+ update-mime-database usr/share/mime &>/dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}