⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.62
Server IP:
57.129.66.90
Server:
Linux vps-7f548908 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
var
/
lib
/
dpkg
/
info
/
Edit File: sg3-utils-udev.postrm
#!/bin/sh # postrm script for sg3-utils-udev # (based on multipath-tools-boot) # # see: dh_installdeb(1) set -e # summary of how this script can be called: # *
`remove' # *
`purge' # *
`upgrade'
# *
`failed-upgrade'
# *
`abort-install' # *
`abort-install'
# *
`abort-upgrade'
# *
`disappear'
#
# for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in remove) if [ -x /usr/sbin/update-initramfs -a -e /etc/initramfs-tools/initramfs.conf ]; then update-initramfs -u fi ;; purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. exit 0
Simpan