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

Ionut Biru ibiru at archlinux.org
Sat Mar 10 21:36:10 UTC 2012


    Date: Saturday, March 10, 2012 @ 16:36:10
  Author: ibiru
Revision: 152968

cleanup

Modified:
  totem/trunk/totem.install

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

Modified: totem.install
===================================================================
--- totem.install	2012-03-10 21:35:04 UTC (rev 152967)
+++ totem.install	2012-03-10 21:36:10 UTC (rev 152968)
@@ -1,15 +1,9 @@
 post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  /usr/bin/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.91.91) < 0 )); then
-    usr/sbin/gconfpkg --uninstall totem
-  fi
-}
-
 post_upgrade() {
   post_install
 }




More information about the arch-commits mailing list