summarylogtreecommitdiffstats
path: root/mct-qt.install
diff options
context:
space:
mode:
authormetscoin2018-06-10 16:38:34 -0400
committermetscoin2018-06-10 16:38:34 -0400
commit3cffe0a9bd531b583ef8271074b94184bfc90c57 (patch)
treeaff0b64386d1b97271047b485d776a42ea09048b /mct-qt.install
downloadaur-mct-qt.tar.gz
Init mct-qt repo
Diffstat (limited to 'mct-qt.install')
-rw-r--r--mct-qt.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/mct-qt.install b/mct-qt.install
new file mode 100644
index 000000000000..f98ba7338938
--- /dev/null
+++ b/mct-qt.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}