[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.1/unstable r1596: remove fc-cache



------------------------------------------------------------
revno: 1596
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Sat 2009-06-13 23:37:36 +0200
message:
  remove fc-cache
removed:
  ttf-opensymbol.postinst.in
  ttf-opensymbol.postrm.in
modified:
  changelog
=== modified file 'changelog'
--- a/changelog	2009-06-13 20:58:39 +0000
+++ b/changelog	2009-06-13 21:37:36 +0000
@@ -5,8 +5,10 @@
       supposed to be fixed
   * debian/rules:
     - remove explicit gcj-4.3 builddep again 
+  * debian/ttf-opensymbol.*.in: remove; removes fc-cache calls (see
+    debian-devel)
 
- -- Rene Engelhard <rene@debian.org>  Sat, 13 Jun 2009 22:54:08 +0200
+ -- Rene Engelhard <rene@debian.org>  Sat, 13 Jun 2009 23:35:16 +0200
 
 openoffice.org (1:3.1.0-5) unstable; urgency=low
 

=== removed file 'ttf-opensymbol.postinst.in'
--- a/ttf-opensymbol.postinst.in	2008-07-30 01:52:28 +0000
+++ b/ttf-opensymbol.postinst.in	1970-01-01 00:00:00 +0000
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-# postinst script for ttf-opensymbol
-
-THIS_PACKAGE=ttf-opensymbol
-THIS_SCRIPT=postinst
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "configure" ] && [ -x /usr/bin/fc-cache ] && [ -e /etc/fonts/fonts.conf ]; then
-	echo "Updating fontconfig cache..."
-	fc-cache -fs
-fi
-
-#DEBHELPER#
-
-exit 0

=== removed file 'ttf-opensymbol.postrm.in'
--- a/ttf-opensymbol.postrm.in	2008-07-30 01:52:28 +0000
+++ b/ttf-opensymbol.postrm.in	1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
-#!/bin/sh
-# postrm script for ttf-opensymbol
-
-THIS_PACKAGE=ttf-opensymbol
-THIS_SCRIPT=postrm
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "remove" ] && [ -x /usr/bin/fc-cache ]; then
-	echo "Updating fontconfig cache..."
-	fc-cache -fs
-fi
-
-if [ "$1" = "purge" ]; then
-	rm -f /usr/share/fonts/truetype/openoffice/fonts.cache*
-fi
-
-#DEBHELPER#
-
-exit 0


Reply to: