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