summaryrefslogtreecommitdiff
path: root/community/guitarix2/guitarix2.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-11 01:38:47 -0700
committerroot <root@rshg054.dnsready.net>2013-07-11 01:38:47 -0700
commit2e85ee969c4be5762301fc1447315f132aca1fc8 (patch)
tree45ce2476a7dec9372c4d13a039237544ff6898d1 /community/guitarix2/guitarix2.install
parentb509d58f0ff9d5b9167eb65b0264d014c8ac9d66 (diff)
Thu Jul 11 01:37:50 PDT 2013
Diffstat (limited to 'community/guitarix2/guitarix2.install')
-rw-r--r--community/guitarix2/guitarix2.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/guitarix2/guitarix2.install b/community/guitarix2/guitarix2.install
new file mode 100644
index 000000000..e111ef946
--- /dev/null
+++ b/community/guitarix2/guitarix2.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}