#!/bin/sh if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/atari800 ]; then rm -f /usr/doc/atari800 fi