✏️ 正在编辑: zabbix-frontend-php.postrm
路径:
/var/lib/dpkg/info/zabbix-frontend-php.postrm
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/bin/sh -e case "$1" in failed-upgrade|abort-install|abort-upgrade|disappear|upgrade) ;; remove) ;; purge) rm -f /etc/zabbix/web/zabbix.conf.php ;; *) 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
💾 保存文件
← 返回文件管理器