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