Codebase list swi-prolog / debian/6.6.4-1 debian / swi-prolog-nox.prerm
debian/6.6.4-1

Tree @debian/6.6.4-1 (Download .tar.gz)

swi-prolog-nox.prerm @debian/6.6.4-1raw · history · blame

#!/bin/sh

set -e

if [ "$1" != "upgrade" ]; then
    update-alternatives --remove prolog /usr/bin/swipl
fi

rm -f /usr/lib/swi-prolog/library/INDEX.pl

#DEBHELPER#