⚝
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 :
~
/
var
/
lib
/
dpkg
/
info
/
View File Name :
packagekit.postrm
#!/bin/sh # postrm script for packagekit set -e if [ "$1" = "purge" ]; then if [ -x /etc/init.d/dbus ]; then invoke-rc.d dbus force-reload || true fi # Remove PK transaction db and desktop cache rm -rf /var/lib/PackageKit rm -rf /var/cache/PackageKit fi # Automatically added by dh_installdeb/12.10ubuntu1 dpkg-maintscript-helper rm_conffile /etc/PackageKit/events/post-transaction.d/README 1.0.1-1 -- "$@" dpkg-maintscript-helper rm_conffile /etc/PackageKit/events/pre-transaction.d/README 1.0.1-1 -- "$@" # End automatically added section # Automatically added by dh_installsystemduser/12.10ubuntu1 if [ "$1" = "remove" ]; then if [ -x "/usr/bin/deb-systemd-helper" ] ; then deb-systemd-helper --user mask 'pk-debconf-helper.socket' >/dev/null || true fi fi if [ "$1" = "purge" ]; then if [ -x "/usr/bin/deb-systemd-helper" ] ; then deb-systemd-helper --user purge 'pk-debconf-helper.socket' >/dev/null || true deb-systemd-helper --user unmask 'pk-debconf-helper.socket' >/dev/null || true fi fi # End automatically added section # Automatically added by dh_installsystemd/12.10ubuntu1 if [ -d /run/systemd/system ]; then systemctl --system daemon-reload >/dev/null || true fi # End automatically added section