summarylogtreecommitdiffstats
path: root/texmacs-qt.install
diff options
context:
space:
mode:
Diffstat (limited to 'texmacs-qt.install')
-rw-r--r--texmacs-qt.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/texmacs-qt.install b/texmacs-qt.install
new file mode 100644
index 000000000000..d6ef8dd5a26c
--- /dev/null
+++ b/texmacs-qt.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database /usr/share/mime
+ gtk-update-icon-cache --force -t -q /usr/share/icons/gnome
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}