|
|
|
#!/bin/sh
set -e
# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/olvwm ]; then
rm -f /usr/doc/olvwm
fi
# End automatically added section
case "$1" in
upgrade) ;;
remove|failed-upgrade|deconfigure)
update-alternatives --remove x-window-manager /usr/bin/X11/olvwm-x-window-manager
;;
esac
| Results 1 - 1 |