One Hat Cyber Team
Your IP :
18.226.226.208
Server IP :
104.21.80.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
View File Name :
keyboard-configuration.postrm
#!/bin/sh set -e dpkg-maintscript-helper rm_conffile /etc/init.d/keyboard-setup 1.138~ -- "$@" dpkg-maintscript-helper rm_conffile /etc/init.d/console-setup 1.138~ -- "$@" if [ purge = "$1" ]; then rm -f /etc/default/keyboard fi # Automatically added by dh_installdebconf/13.5.2ubuntu1 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section