X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=xfonts-traditional.git;a=blobdiff_plain;f=debian%2Fxfonts-traditional.prerm;h=8b1ed6bc91d1c157bf7e50e5d99ce09fe74bc9a1;hp=5cb9a991199e0151ab052fda5818a9e87ed99e91;hb=fb8fab66edb76e10899adb7b54c3fb296ec42504;hpb=a0ceefde775b5c73f4108f8c3a33d78cb2874a78 diff --git a/debian/xfonts-traditional.prerm b/debian/xfonts-traditional.prerm index 5cb9a99..8b1ed6b 100755 --- a/debian/xfonts-traditional.prerm +++ b/debian/xfonts-traditional.prerm @@ -7,10 +7,10 @@ case "$1" in remove) - echo 'Checking that "fixed" is not from xfonts-traditional..." + echo 'Checking that "fixed" is not from xfonts-traditional...' if grep '^fixed[ ][ ]*-trad-'; then - cat >&2 <&2 <<'END' Removing xfonts-traditional would break your X server by removing "fixed". You should not remove xfonts-traditional while "fixed" refers to one @@ -33,12 +33,12 @@ END -name xfonts-traditional.done -o -name xfonts-traditional.done.new -o -name trad--\*.pcf.gz.new \) \ - -print0 | xargs -0r rm + -print0 | xargs -0r rm -- find /usr/share/fonts/X11 /usr/local/share/fonts/X11 \ -type f \ -name trad--\*.pcf.gz \ - -print0 | xargs -0r rm + -print0 | xargs -0r rm -- ;;