summarylogtreecommitdiffstats
path: root/pydxcluster.install
diff options
context:
space:
mode:
authornot_anonymous2015-07-05 18:13:08 -0600
committernot_anonymous2015-07-05 18:13:08 -0600
commit9bc8ec38c4f9c9e013dce837f963fa2eaab91753 (patch)
tree74fca5f3135b6bf5bc5727083eb336235d8c642a /pydxcluster.install
downloadaur-9bc8ec38c4f9c9e013dce837f963fa2eaab91753.tar.gz
Initial import
Diffstat (limited to 'pydxcluster.install')
-rw-r--r--pydxcluster.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pydxcluster.install b/pydxcluster.install
new file mode 100644
index 000000000000..2eaa60550d51
--- /dev/null
+++ b/pydxcluster.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}