Codebase list swi-prolog / fresh-snapshots/main debian / swi-prolog-nox.postinst
fresh-snapshots/main

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

swi-prolog-nox.postinst @fresh-snapshots/mainraw · 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#