[arch-commits] Commit in kalgebra/trunk (kalgebra.install kdeedu-kalgebra.install)

Felix Yan fyan at archlinux.org
Fri Jan 16 01:58:04 UTC 2015


    Date: Friday, January 16, 2015 @ 02:58:04
  Author: fyan
Revision: 229133

upgpkg: kalgebra 14.12.1-1

Added:
  kalgebra/trunk/kalgebra.install
Deleted:
  kalgebra/trunk/kdeedu-kalgebra.install

-------------------------+
 kalgebra.install        |   12 ++++++++++++
 kdeedu-kalgebra.install |   12 ------------
 2 files changed, 12 insertions(+), 12 deletions(-)

Added: kalgebra.install
===================================================================
--- kalgebra.install	                        (rev 0)
+++ kalgebra.install	2015-01-16 01:58:04 UTC (rev 229133)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kdeedu-kalgebra.install
===================================================================
--- kdeedu-kalgebra.install	2015-01-16 01:57:38 UTC (rev 229132)
+++ kdeedu-kalgebra.install	2015-01-16 01:58:04 UTC (rev 229133)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list