summarylogtreecommitdiffstats
path: root/actinium-qt.install
diff options
context:
space:
mode:
authormetscoin2018-08-01 08:06:00 -0400
committermetscoin2018-08-01 08:06:00 -0400
commit93bc38044cd0af8ef6948ede3ffa7bda436b501c (patch)
treef1e0be97205874a5c69bbbcb73bd278b94b2d14b /actinium-qt.install
downloadaur-93bc38044cd0af8ef6948ede3ffa7bda436b501c.tar.gz
Init actinium-qt
Diffstat (limited to 'actinium-qt.install')
-rw-r--r--actinium-qt.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/actinium-qt.install b/actinium-qt.install
new file mode 100644
index 000000000000..f98ba7338938
--- /dev/null
+++ b/actinium-qt.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}