#!/bin/sh -eu # FSSTD -> FHS transition pkg=aleph if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/$pkg ]; then rm -f /usr/doc/$pkg fi