📄 xchat-gnome.postinst
字号:
#!/bin/sh -e# Automatically added by dh_installdocsif [ "$1" = "configure" ]; then if [ -d /usr/doc -a ! -e /usr/doc/xchat-gnome -a -d /usr/share/doc/xchat-gnome ]; then ln -sf ../share/doc/xchat-gnome /usr/doc/xchat-gnome fifi# End automatically added section# Automatically added by dh_installmenuif [ "$1" = "configure" -a -x /usr/bin/update-menus ]; then update-menus ; fi# End automatically added sectionif [ -d /usr/share/doc/xchat-gnome -a ! -L /usr/share/doc/xchat-gnome ]; then rm -rf /usr/share/doc/xchat-gnome ln -sf xchat-common /usr/share/doc/xchat-gnomefi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -