summaryrefslogtreecommitdiff
path: root/data/mobileterminal/_metadata
diff options
context:
space:
mode:
Diffstat (limited to 'data/mobileterminal/_metadata')
-rw-r--r--data/mobileterminal/_metadata/postinst5
1 files changed, 1 insertions, 4 deletions
diff --git a/data/mobileterminal/_metadata/postinst b/data/mobileterminal/_metadata/postinst
index c0b1fb066..93c5556ce 100644
--- a/data/mobileterminal/_metadata/postinst
+++ b/data/mobileterminal/_metadata/postinst
@@ -2,10 +2,7 @@
shopt -s extglob
if [[ $# -gt 1 && $1 == configure ]]; then
- ver=${2%%?(u)-*([0-9])}
- rev=${2##*-}
-
- if [[ ${ver} -lt 286 || ${ver} -eq 286 && ${rev} -lt 6 ]]; then
+ if [[ $2 == 316s-5 ]]; then
rm -f ~mobile/Library/Preferences/com.googlecode.mobileterminal.plist
fi
fi