📄 postrm
字号:
#!/bin/shset -eif [ -x /usr/bin/update-menus ]; then update-menusfiif [ "$1" = purge ]; then if [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi rm -f /etc/minicom.users* /etc/minicom/minirc.* if ! rmdir /etc/minicom 2> /dev/null; then echo "Cannot remove /etc/minicom, please do it manually." > /dev/tty fifiexit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -