postinst

来自「ntop网络监控软件,使用方面」· 代码 · 共 27 行

TXT
27
字号
#!/bin/sh -ecase "$1" in    configure)	# continue below    ;;    abort-upgrade|abort-remove|abort-deconfigure)	exit 0    ;;    *)	echo "postinst called with unknown argument \`$1'" >&2	exit 0    ;;esacumask 022update-rc.d ntop defaults 93 >/dev/null/etc/init.d/ntop defaultschown -R nobody /usr/local/var/ntop/rrd/etc/init.d/ntop startexit 0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?