📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 21:57:00
📂
/ (Root)
/
var
/
lib
/
dpkg
/
info
📍 /var/lib/dpkg/info
🔄 Refresh
✏️
Editing: emacsen-common.preinst
Read Only
#!/bin/sh set -e # The emacsen-common package is a special case; we can't call # emacs-package-install from here since the new version hasn't been # unpacked yet, so just do the important bit that it would have done. installed_state_dir=/var/lib/emacsen-common/state/package/installed if test -d "$installed_state_dir" then rm -f "$installed_state_dir"/emacsen-common fi
💾 Save Changes
❌ Cancel