Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
var
/
lib
/
dpkg
/
info
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
//var/lib/dpkg/info/emacsen-common.preinst
#!/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 # Automatically added by dh_installdeb/11.4 dpkg-maintscript-helper rm_conffile /etc/emacs/site-start.d/00debian-vars.el 3.0.3\~ emacsen-common -- "$@" dpkg-maintscript-helper rm_conffile /etc/emacs/site-start.el 3.0.3\~ emacsen-common -- "$@" # End automatically added section