⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.112
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
var
/
lib
/
dpkg
/
info
/
View File Name :
wp-toolkit-cpanel.postrm
### Copyright 1999-2025. WebPros International GmbH. All rights reserved. [ -z "$WP_TOOLKIT_INSTALLER_DEBUG" ] || set -x [ -z "$WP_TOOLKIT_INSTALLER_STRICT_MODE" ] || set -e remove_files() { # Remove whole WP Toolkit tree because the var directory # could left on the server (contains logs and sqlite database) rm -rf /usr/local/cpanel/3rdparty/wp-toolkit } remove_logrotate_config() { rm -f /etc/logrotate.d/wp-toolkit } case "$1" in remove) ;; purge) # Config files (conffiles) must be removed only at "purge" state on Debian-based systems, # because somebody can use "apt remove" to remove package, but this command left config # files at their locations (mostly inside /etc directory). And if somebody will try # to install our package again, then config files will not be unpacked from .deb to # their locations. remove_files remove_logrotate_config ;; upgrade) ;; disappear|failed-upgrade|abort-install|abort-upgrade) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 0 ;; esac exit 0