]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1931: * dh_installxfonts: In postrm, run the deregistraton code even on upgrade,
authorjoeyh <joeyh>
Mon, 12 Jun 2006 01:16:32 +0000 (01:16 +0000)
committerjoeyh <joeyh>
Mon, 12 Jun 2006 01:16:32 +0000 (01:16 +0000)
  in case an upgrade involves moving fonts around (or removing or renaming
  fonts). Closes: #372686

autoscripts/postrm-xfonts
debian/changelog

index 42fea687c581c573cb3d8052c31a68bd22bf9f9a..e2c8d61242356e8082f2e903470d792f6fb0fcba 100644 (file)
@@ -1,3 +1,3 @@
-if [ "$1" != "upgrade" ] && [ -x "`which update-fonts-dir 2>/dev/null`" ]; then
+if [ -x "`which update-fonts-dir 2>/dev/null`" ]; then
 #CMDS#
 fi
index 2e2d5429863b2b96f33df35b4cbe6bda2e0668ee..923ae6c6ef3d6aab4b0adb7a1d02449beec0c6f3 100644 (file)
@@ -9,9 +9,11 @@ debhelper (5.0.37) UNRELEASED; urgency=low
   * Note: behavior change due to the above: The mere existence of a
     debian/package.modules file will no longer make dh_installmodules add code
     to maintainer scripts.
-  * Untested.
+  * dh_installxfonts: In postrm, run the deregistraton code even on upgrade,
+    in case an upgrade involves moving fonts around (or removing or renaming
+    fonts). Closes: #372686
 
- -- Joey Hess <joeyh@debian.org>  Fri,  9 Jun 2006 16:47:44 -0400
+ -- Joey Hess <joeyh@debian.org>  Sun, 11 Jun 2006 12:29:14 -0400
 
 debhelper (5.0.36) unstable; urgency=low