[arch-commits] Commit in calligra/trunk (calligra-plugins.install)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Feb 6 07:50:58 UTC 2013


    Date: Wednesday, February 6, 2013 @ 08:50:58
  Author: andrea
Revision: 177087

Add missing install file

Added:
  calligra/trunk/calligra-plugins.install

--------------------------+
 calligra-plugins.install |   11 +++++++++++
 1 file changed, 11 insertions(+)

Added: calligra-plugins.install
===================================================================
--- calligra-plugins.install	                        (rev 0)
+++ calligra-plugins.install	2013-02-06 07:50:58 UTC (rev 177087)
@@ -0,0 +1,11 @@
+post_install() {
+    update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list