Changeset 888
- Timestamp:
- 03/15/06 19:07:06 (3 years ago)
- Files:
-
- trunk/debian/config (modified) (1 diff)
- trunk/debian/postinst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/debian/config
r887 r888 155 155 db_go 156 156 157 debconf-get-selections | grep alternc >>/tmp/debconf || true158 159 157 # vim: et sw=4 trunk/debian/postinst
r887 r888 1 #!/bin/sh -x1 #!/bin/sh 2 2 3 3 set -e … … 12 12 local var="$2" 13 13 db_get "$question" 14 echo "update_var for question '$question' RET='$RET' "15 14 if [ ! -z "$RET" ]; then 16 15 grep -Eq "^ *$var=" $CONFIGFILE || echo "$var=" >> $CONFIGFILE
