Codebase list swi-prolog / fresh-snapshots/main debian / swi-prolog-x.preinst
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

swi-prolog-x.preinst @fresh-snapshots/mainraw · history · blame

#! /bin/sh

set -e

if test -L /usr/lib/swi-prolog/xpce
then
	rm /usr/lib/swi-prolog/xpce
fi

#DEBHELPER#