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/kbd.postrm
#!/bin/sh set -e case "$1" in remove) for file in dumpkeys loadkeys; do if [ -L /usr/bin/$file ]; then rm /usr/bin/$file fi done ;; esac # see kbd.preinst for why this is conditional. if [ ! -e /etc/kbd/config ] && [ ! -e /etc/kbd/remap ]; then dpkg-maintscript-helper rm_conffile \ /etc/kbd/config 2.0.3-2~ kbd -- "$@" dpkg-maintscript-helper rm_conffile \ /etc/kbd/remap 2.0.3-2~ kbd -- "$@" dpkg-maintscript-helper rm_conffile \ /etc/init.d/kbd 2.0.3-2~ kbd -- "$@" fi # vim:sw=4:sts=4:et: