X-Git-Url: https://git.distorted.org.uk/~mdw/xfonts-traditional/blobdiff_plain/4ff07717b0e4435f1f15fd5fcb762301be8822d0..fb8fab66edb76e10899adb7b54c3fb296ec42504:/debian/xfonts-traditional.prerm diff --git a/debian/xfonts-traditional.prerm b/debian/xfonts-traditional.prerm old mode 100644 new mode 100755 index a2786a6..8b1ed6b --- a/debian/xfonts-traditional.prerm +++ b/debian/xfonts-traditional.prerm @@ -7,11 +7,11 @@ 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 of its fonts. You probably want to check the differences between @@ -27,19 +27,19 @@ END esac fi - ;; - find /usr/share/fonts/X11 /usr/local/share/fonts/X11 \ -type f \ \( -name xfonts-traditional.log -o \ -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 -- + + ;; esac