]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-xfonts
r1611: * dh_install: add --fail-missing option. Closes: #120026
[debhelper.git] / autoscripts / postrm-xfonts
index a9afcabecfc852ecd5df3ee016e20f46aa1f4b88..a4d0a082465d54730844447fba313fe841ae4cac 100644 (file)
@@ -1,3 +1,3 @@
-if [ "$1" != "upgrade" -a -x /usr/sbin/update-fonts-dir ]; then
-       #CMDS#
+if [ "$1" != "upgrade" ] && [ -x /usr/sbin/update-fonts-dir ]; then
+#CMDS#
 fi