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