📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 21:53:52
📂
/ (Root)
/
var
/
lib
/
dpkg
/
info
📍 /var/lib/dpkg/info
🔄 Refresh
✏️
Editing: wamerican.postinst
Read Only
#!/bin/sh set -e . /usr/share/debconf/confmodule # wamerican can be installed standalone, with no dictionaries-common, # so use update-default-wordlist if present and do not complain # otherwise SCRIPT="/usr/sbin/update-default-wordlist" if [ "$1" = "configure" ] ; then if [ -x "$SCRIPT" ]; then $SCRIPT --rebuild fi fi
💾 Save Changes
❌ Cancel