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/grub-pc.preinst
#!/bin/sh set -e case "$1" in install|upgrade) if dpkg --compare-versions "$2" lt 1.98+20100804-2 && \ test -h /etc/kernel/postrm.d/zz-update-grub; then rm -f /etc/kernel/postrm.d/zz-update-grub fi ;; esac # Automatically added by dh_installdeb/12.1.1 dpkg-maintscript-helper dir_to_symlink /usr/share/doc/grub-pc grub-common 1.99-1\~ -- "$@" # End automatically added section exit 0