summarylogtreecommitdiffstats
path: root/gpmdp-git.install
diff options
context:
space:
mode:
authorBrian Allred2016-05-30 20:20:54 -0500
committerBrian Allred2016-05-30 20:20:54 -0500
commitb1b1dbe03e3702eb3cb897712eda4b9fbc6829b0 (patch)
tree5348a4af345a7b26d76c056d859ab09c37880dac /gpmdp-git.install
parentdbd4876ed4e988b1cfa850a8b34370845e34a548 (diff)
downloadaur-b1b1dbe03e3702eb3cb897712eda4b9fbc6829b0.tar.gz
Rename to gpmdp-git. Fix desktop file.
Diffstat (limited to 'gpmdp-git.install')
-rw-r--r--gpmdp-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gpmdp-git.install b/gpmdp-git.install
new file mode 100644
index 000000000000..80312d4a6041
--- /dev/null
+++ b/gpmdp-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-desktop-database -q
+}