summaryrefslogtreecommitdiff
path: root/libre/patchage/patchage.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/patchage/patchage.install')
-rw-r--r--libre/patchage/patchage.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/libre/patchage/patchage.install b/libre/patchage/patchage.install
new file mode 100644
index 000000000..c7a5da359
--- /dev/null
+++ b/libre/patchage/patchage.install
@@ -0,0 +1,14 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: