]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-xfonts
pretty sure the wrong package name was put here
[debhelper.git] / autoscripts / postrm-xfonts
index a4d0a082465d54730844447fba313fe841ae4cac..cd476a3ddc42c5f550a8fd12dd85599266f474c4 100644 (file)
@@ -1,3 +1,3 @@
-if [ "$1" != "upgrade" ] && [ -x /usr/sbin/update-fonts-dir ]; then
-#CMDS#
+if [ -x "`which update-fonts-dir 2>/dev/null`" ]; then
+       #CMDS#
 fi