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

Ionut Biru ibiru at archlinux.org
Sat Mar 10 19:24:03 UTC 2012


    Date: Saturday, March 10, 2012 @ 14:24:02
  Author: ibiru
Revision: 152948

cleanup

Modified:
  eog/trunk/eog.install

-------------+
 eog.install |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: eog.install
===================================================================
--- eog.install	2012-03-10 19:19:44 UTC (rev 152947)
+++ eog.install	2012-03-10 19:24:02 UTC (rev 152948)
@@ -1,15 +1,9 @@
 post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  glib-compile-schemas /usr/share/glib-2.0/schemas
   update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0) < 0 )); then
-    usr/sbin/gconfpkg --uninstall eog
-  fi
-}
-
 post_upgrade() {
   post_install
 }




More information about the arch-commits mailing list