Codebase list swi-prolog / debian/8.2.2+dfsg-3 debian / swi-prolog-core-packages.postinst
debian/8.2.2+dfsg-3

Tree @debian/8.2.2+dfsg-3 (Download .tar.gz)

swi-prolog-core-packages.postinst @debian/8.2.2+dfsg-3raw · history · blame

#!/bin/sh

set -e

PACKAGE=swi-prolog

# Update library index
rm -f /usr/lib/swi-prolog/library/INDEX.pl
swipl -q -g "make_library_index(swi(library))" -t halt

#DEBHELPER#