comparison packaging/linux-installer.inc @ 1257:551b274ec4d1

Remove no longer existing option show-after-update
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 26 Sep 2014 12:44:19 +0200
parents 3b433a350092
children 469c1a04b678
comparison
equal deleted inserted replaced
1255:2a1aa9df8f11 1257:551b274ec4d1
71 } 71 }
72 72
73 parse_args() 73 parse_args()
74 { 74 {
75 OPTS=`getopt \ 75 OPTS=`getopt \
76 -l uninstall,update,show-after-update,force,help,prefix:,system,version \ 76 -l uninstall,update,force,help,prefix:,system,version \
77 -o d,f,p:,s -n "$ME" -- "$@"` 77 -o d,f,p:,s -n "$ME" -- "$@"`
78 [ $? -eq 0 ] || usage 23 78 [ $? -eq 0 ] || usage 23
79 79
80 eval set -- "$OPTS" 80 eval set -- "$OPTS"
81 81

http://wald.intevation.org/projects/trustbridge/