summarylogtreecommitdiffstats
path: root/colord-kde-git.install
diff options
context:
space:
mode:
authorFaheem Pervez2015-12-13 01:05:59 +0000
committerFaheem Pervez2015-12-13 01:05:59 +0000
commit2991e3c8b34f0a59edf06e260a946bcbf6082a90 (patch)
tree14c9a319f59acd38cae1b11908dc532665fe0c12 /colord-kde-git.install
downloadaur-2991e3c8b34f0a59edf06e260a946bcbf6082a90.tar.gz
Initial import
Diffstat (limited to 'colord-kde-git.install')
-rw-r--r--colord-kde-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/colord-kde-git.install b/colord-kde-git.install
new file mode 100644
index 000000000000..129819f78786
--- /dev/null
+++ b/colord-kde-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+post_remove() {
+ post_install "$1"
+}