]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-xfonts
Typo. Closes: #653339
[debhelper.git] / autoscripts / postrm-xfonts
index a9afcabecfc852ecd5df3ee016e20f46aa1f4b88..cd476a3ddc42c5f550a8fd12dd85599266f474c4 100644 (file)
@@ -1,3 +1,3 @@
-if [ "$1" != "upgrade" -a -x /usr/sbin/update-fonts-dir ]; then
+if [ -x "`which update-fonts-dir 2>/dev/null`" ]; then
        #CMDS#
 fi