✏️ 正在编辑: libapache2-mod-security2.prerm
路径:
/var/lib/dpkg/info/libapache2-mod-security2.prerm
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/bin/sh set -e # Automatically added by dh_apache2/UNDECLARED if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then if true; then if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then . /usr/share/apache2/apache2-maintscript-helper for conf in security2 ; do apache2_invoke dismod $conf || exit $? done fi fi fi # End automatically added section
💾 保存文件
← 返回文件管理器