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