⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.211
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
View File Name :
dbus.postrm
#!/bin/sh set -e if [ "$1" = "purge" ] ; then rmdir /var/run/dbus || true rm -f /var/lib/dbus/machine-id rmdir /var/lib/dbus || true LAUNCHER=/usr/lib/dbus-1.0/dbus-daemon-launch-helper if dpkg-statoverride --list "$LAUNCHER" >/dev/null 2>&1 ; then dpkg-statoverride --remove "$LAUNCHER" fi fi # Automatically added by dh_installinit/12.10ubuntu1 if [ "$1" = "purge" ] ; then update-rc.d dbus remove >/dev/null fi # End automatically added section # Automatically added by dh_installdeb/12.10ubuntu1 dpkg-maintscript-helper rm_conffile /etc/dbus-1/session.conf 1.10.0-4\~ dbus -- "$@" dpkg-maintscript-helper rm_conffile /etc/dbus-1/system.conf 1.10.0-4\~ dbus -- "$@" # End automatically added section exit 0