⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
104.21.96.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
View File Name :
pdns-backend-mysql.postinst
#!/bin/sh set -e if [ -n "$PDNSDEBUG" ]; then echo "now debugging $0 $@" set -x fi PKGNAME="pdns-backend-mysql" # Remove files previously registered with ucf (but keep the files). # 4.1.3-4 and newer no longer install a (ucf) conffile. # We stopped depending on ucf, so avoid calling ucf when it is not present. if command -v ucfq >/dev/null; then for file in $(ucfq --with-colons "$PKGNAME" | cut --delimiter=: --fields=1); do ucf --purge ${file} ucfr --purge $PKGNAME ${file} done fi dpkg-trigger pdns-server exit 0