summarylogtreecommitdiffstats
path: root/opendcp.install
diff options
context:
space:
mode:
authorianux2015-06-10 13:02:14 +0200
committerianux2015-06-10 13:02:14 +0200
commit9ad34e11a8f6e379895567ea9583d4e3a94b5b13 (patch)
treebea54803d91b672d6dc7b3a2e5c3a5e8c0d3b6b2 /opendcp.install
downloadaur-opendcp-git.tar.gz
Initial import
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
+}