summaryrefslogtreecommitdiff
path: root/community/gnome-hearts/gnome-hearts.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-10 00:13:24 -0700
committerroot <root@rshg054.dnsready.net>2013-06-10 00:13:24 -0700
commit3f6e6048fea3b61c4d0b2c1e7385bc76882007a4 (patch)
treea5908cd9ffcf64cb46a2a661aff666dd4c9cccbf /community/gnome-hearts/gnome-hearts.install
parent7b378b1b5b346bd49a5ab1652214fb34d03de3a9 (diff)
Mon Jun 10 00:13:23 PDT 2013
Diffstat (limited to 'community/gnome-hearts/gnome-hearts.install')
-rw-r--r--community/gnome-hearts/gnome-hearts.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/gnome-hearts/gnome-hearts.install b/community/gnome-hearts/gnome-hearts.install
new file mode 100644
index 000000000..686b22022
--- /dev/null
+++ b/community/gnome-hearts/gnome-hearts.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+
+# vim:set ts=2 sw=2 et: