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

X Strike Force XFree86 SVN commit: rev 719 - trunk/debian



Author: branden
Date: 2003-10-27 03:49:38 -0500 (Mon, 27 Oct 2003)
New Revision: 719

Modified:
   trunk/debian/changelog
   trunk/debian/xfonts-scalable.postinst.in
   trunk/debian/xfonts-scalable.postrm.in
Log:
Run fc-cache on the font directories provided by xfonts-scalable when the
package is configured, removed, purged, or disappeared.

- debian/xfonts-scalable.postinst.in
- debian/xfonts-scalable.postrm.in


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-10-27 08:41:32 UTC (rev 718)
+++ trunk/debian/changelog	2003-10-27 08:49:38 UTC (rev 719)
@@ -250,8 +250,13 @@
     (Closes: #207837)
     - debian/po/nl.po
 
- -- Branden Robinson <branden@debian.org>  Mon, 27 Oct 2003 03:35:30 -0500
+  * Run fc-cache on the font directories provided by xfonts-scalable when the
+    package is configured, removed, purged, or disappeared.
+    - debian/xfonts-scalable.postinst.in
+    - debian/xfonts-scalable.postrm.in
 
+ -- Branden Robinson <branden@debian.org>  Mon, 27 Oct 2003 03:48:42 -0500
+
 xfree86 (4.2.1-12.1) unstable; urgency=low
 
   * Fix typo in xlibs preinst.  Closes: #213774, #213776

Modified: trunk/debian/xfonts-scalable.postinst.in
===================================================================
--- trunk/debian/xfonts-scalable.postinst.in	2003-10-27 08:41:32 UTC (rev 718)
+++ trunk/debian/xfonts-scalable.postinst.in	2003-10-27 08:49:38 UTC (rev 719)
@@ -15,7 +15,7 @@
 #DEBHELPER#
 
 FONTDIRS="Speedo Type1"
-UPDATECMDS="update-fonts-scale update-fonts-dir xftcache"
+UPDATECMDS="update-fonts-scale update-fonts-dir xftcache fc-cache"
 font_update
 
 exit 0

Modified: trunk/debian/xfonts-scalable.postrm.in
===================================================================
--- trunk/debian/xfonts-scalable.postrm.in	2003-10-27 08:41:32 UTC (rev 718)
+++ trunk/debian/xfonts-scalable.postrm.in	2003-10-27 08:49:38 UTC (rev 719)
@@ -18,7 +18,7 @@
      "$1" = "remove" -o \
      "$1" = "disappear" ]; then
   FONTDIRS="Speedo Type1"
-  UPDATECMDS="update-fonts-scale update-fonts-dir xftcache"
+  UPDATECMDS="update-fonts-scale update-fonts-dir xftcache fc-cache"
   font_update
 fi
 



Reply to: