Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
xml-core /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
foo.postinst
1.23
KB
-rwxr-xr-x
2016-09-30 17:35
foo.postrm
726
B
-rwxr-xr-x
2016-09-30 17:35
foo.prerm
1.08
KB
-rwxr-xr-x
2016-09-30 17:35
foo.xmlcatalogs
231
B
-rw-r--r--
2016-09-30 17:35
Save
Rename
#!/bin/sh ## ---------------------------------------------------------------------- ## debian/postrm: postremoval script for foo ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- ## Abort if any command returns an error value set -e ## -------------------------------------------------------------- ## Remove package XML catalog file if [ "$1" = "purge" ] then rm -f /etc/xml/foo.xml rm -f /etc/xml/foo.xml.old fi ## ---------------------------------------------------------------------- ## Automatically added sections #DEBHELPER# exit 0 ## ----------------------------------------------------------------------