Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (390713c14f88054d29ca6709bcb0686434c1f360)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (390713c14f88054d29ca6709bcb0686434c1f360)
  • Date: Sun, 22 Jul 2007 10:58:50 -0500

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

graphics/comix/HISTORY | 4 ++++
graphics/comix/POST_REMOVE | 2 ++
graphics/comix/PRE_REMOVE | 5 +++--
3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit bb53379b3cf749d5de0f782e92d97069c0fe2e96
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

comix: fixups for POST and PRE _REMOVE

diff --git a/graphics/comix/HISTORY b/graphics/comix/HISTORY
index b5ba6f7..af41932 100644
--- a/graphics/comix/HISTORY
+++ b/graphics/comix/HISTORY
@@ -1,3 +1,7 @@
+2007-07-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * PRE_REMOVE: only if THUMBNAILER on
+ * POST_REMOVE: only if THUMBNAILER on
+
2007-05-28 George Sherwood <george AT beernabeer.com>
* DETAILS: updated spell to 3.6.4
fixed long description wrap
diff --git a/graphics/comix/POST_REMOVE b/graphics/comix/POST_REMOVE
index 9c6e71d..369ea4a 100755
--- a/graphics/comix/POST_REMOVE
+++ b/graphics/comix/POST_REMOVE
@@ -1 +1,3 @@
+if [[ "$THUMBNAILER" == "y" ]]; then
$INSTALL_ROOT/usr/bin/update-mime-database $INSTALL_ROOT/usr/share/mime
+fi
diff --git a/graphics/comix/PRE_REMOVE b/graphics/comix/PRE_REMOVE
index 253ec95..f4a214f 100755
--- a/graphics/comix/PRE_REMOVE
+++ b/graphics/comix/PRE_REMOVE
@@ -1,3 +1,4 @@
-export
GCONF_CONFIG_SOURCE="xml:readwrite:${INSTALL_ROOT}/etc/gconf/gconf.xml.defaults"
&&
-${INSTALL_ROOT}/usr/bin/gconftool-2 --makefile-uninstall-rule \
+if [[ "$THUMBNAILER" == "y" ]]; then
+GCONF_CONFIG_SOURCE="xml:readwrite:${INSTALL_ROOT}/etc/gconf/gconf.xml.defaults"
${INSTALL_ROOT}/usr/bin/gconftool-2 --makefile-uninstall-rule \
"${INSTALL_ROOT}/etc/gconf/schemas/comicbook.schemas" > /dev/null
+fi



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (390713c14f88054d29ca6709bcb0686434c1f360), Andraž Levstik, 07/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page