📄 prerm
字号:
#!/bin/sh -e# Only shut the daemon down if we're really removing the package. If this is# an upgrade, we will instead do a restart in the postinst... this keeps nprobe# from being left shut down for a long time, which could pose problems.case "$1" inupgrade) ;;*) /etc/init.d/ntop stop ;;esac
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -