#!/bin/sh set -e MANPAGE=/usr/share/man/man5/sane-umax_pp.5.gz MANLINK=/usr/share/man/man5/umax_pp.5.gz if [ -f "$MANLINK" ] && [ -L "$MANLINK" ]; then # Remove old directory and files that are now provided by xsane-common rm -rf "$MANLINK" fi if [ -f "$MANPAGE" ]; then # Remove old directory and files that are now provided by xsane-common rm -rf "$MANPAGE" fi #DEBHELPER#