⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.142
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-29-generic #29-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:29:41 UTC 2025 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
proc
/
self
/
root
/
var
/
lib
/
dpkg
/
info
/
View File Name :
gzip.postinst
#!/bin/sh set -e # begin-remove-after: released:forky if [ "$1" = configure ]; then for tool in zcat zcmp zdiff zegrep zfgrep zgrep; do if [ "$(dpkg-divert --truename "/usr/bin/$tool")" = "/usr/bin/$tool.usr-is-merged" ] && [ "$(dpkg-divert --listpackage "/usr/bin/$tool")" = zutils ]; then # This diversion was added by preinst and. This # indicates that zutils was unpacked at preinst time # and is now removed. Thus we clean up the diversion. echo "Removing duplicated diversion of /bin/$tool after zutils is removed." dpkg-divert --rename --package zutils \ --divert "/usr/bin/$tool.usr-is-merged" \ --remove "/usr/bin/$tool" fi done fi # end-remove-after