postinst

来自「Linux 下电子地图软件」· 代码 · 共 19 行

TXT
19
字号
#!/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 + =
减小字号Ctrl + -
显示快捷键?