⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.96
Server IP:
147.93.97.220
Server:
Linux srv843233 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
var
/
lib
/
dpkg
/
info
/
View File Name :
varnish.postrm
#!/bin/sh set -e case "$1" in upgrade) ;; remove|failed-upgrade|abort-install|abort-upgrade|disappear) if dpkg-statoverride --list /var/log/varnish >/dev/null; then dpkg-statoverride --remove /var/log/varnish || true fi if test -e /var/log/varnish ; then rm -r /var/log/varnish > /dev/null 2>&1 || exit 78 fi if test -e /var/lib/varnish; then rm -r /var/lib/varnish > /dev/null 2>&1 || exit 78 fi ;; purge) if test -e /var/log/varnish; then rm -r /var/log/varnish > /dev/null 2>&1 || exit 78 fi if test -e /var/lib/varnish; then rm -r /var/lib/varnish > /dev/null 2>&1 || exit 78 fi dpkg-statoverride --remove /var/log/varnish || true ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 64 esac # Automatically added by dh_installinit/13.11.4 if [ "$1" = "remove" ] && [ -x "/etc/init.d/varnish" ] ; then chmod -x "/etc/init.d/varnish" >/dev/null || true fi if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = "purge" ] ; then update-rc.d varnish remove >/dev/null fi # End automatically added section # Automatically added by dh_systemd_start/13.11.4 if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then systemctl --system daemon-reload >/dev/null || true fi # End automatically added section # Automatically added by dh_systemd_start/13.11.4 if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then systemctl --system daemon-reload >/dev/null || true fi # End automatically added section # Automatically added by dh_systemd_enable/13.11.4 if [ "$1" = "purge" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper purge 'varnishncsa.service' >/dev/null || true fi fi # End automatically added section # Automatically added by dh_systemd_enable/13.11.4 if [ "$1" = "purge" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper purge 'varnish.service' >/dev/null || true fi fi # End automatically added section exit 0