summarylogtreecommitdiffstats
path: root/cgoban3.install
diff options
context:
space:
mode:
authordysphrAUR2015-06-18 20:59:25 +0100
committerdysphrAUR2015-06-18 20:59:25 +0100
commit787ccbe9550a7dfc2bc9b7c25be471bdc58df5b5 (patch)
treeb582ce4103c79f46d153b6802e7e9e13b0f1edb2 /cgoban3.install
downloadaur-787ccbe9550a7dfc2bc9b7c25be471bdc58df5b5.tar.gz
Initial import
Diffstat (limited to 'cgoban3.install')
-rw-r--r--cgoban3.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/cgoban3.install b/cgoban3.install
new file mode 100644
index 000000000000..5e5cfef4d9f6
--- /dev/null
+++ b/cgoban3.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}