?? 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 + -