Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
var
/
lib
/
dpkg
/
info
/
/var/lib/dpkg/info/wbritish.postinst
#!/bin/sh set -e # Automatically added by installdeb-wordlist/UNDECLARED . /usr/share/debconf/confmodule SCRIPT="update-default-wordlist" if [ "$1" = "configure" ] ; then if which $SCRIPT > /dev/null 2>&1; then $SCRIPT --rebuild else echo "Error: $SCRIPT not present or executable. Missing dependency on dictionaries-common?" >&2 exit 1 fi fi # End automatically added section