📄 postinst
字号:
#!/bin/sh -e# The clock might be wrong and we know that we need to update the icon# cache so we just force it.gtk-update-icon-cache -f /usr/share/icons/hicolor# Now we are ready to let the user move the entry around, but only if# this is a new installoldversion="$2"if [ -z "$oldversion" ]; then maemo-select-menu-location maemo-mapper.desktopfiexit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -