nmapfe.postinst
来自「Ubuntu packages of security software。 相」· POSTINST 代码 · 共 22 行
POSTINST
22 行
#!/bin/sh -e# Debian nmapfe postinst# LaMont Jones <lamont@debian.org>#DEBHELPER#case "$1" in configure) # see below ;; abort-upgrade|abort-remove|abort-deconfigure) exit 0 ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;;esac
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?