[arch-commits] Commit in abuse/repos (2 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Nov 4 18:36:08 UTC 2013


    Date: Monday, November 4, 2013 @ 19:36:08
  Author: arodseth
Revision: 100470

Added missing .install file

Added:
  abuse/repos/community-i686/abuse.install
  abuse/repos/community-x86_64/abuse.install

--------------------------------+
 community-i686/abuse.install   |   13 +++++++++++++
 community-x86_64/abuse.install |   13 +++++++++++++
 2 files changed, 26 insertions(+)

Added: community-i686/abuse.install
===================================================================
--- community-i686/abuse.install	                        (rev 0)
+++ community-i686/abuse.install	2013-11-04 18:36:08 UTC (rev 100470)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Added: community-x86_64/abuse.install
===================================================================
--- community-x86_64/abuse.install	                        (rev 0)
+++ community-x86_64/abuse.install	2013-11-04 18:36:08 UTC (rev 100470)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list