Apache/2.4.7 (Ubuntu) Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) safemode : OFF MySQL: ON | Perl: ON | cURL: OFF | WGet: ON > / var / lib / dpkg / info / | server ip : 172.67.156.115 your ip : 172.70.127.85 H O M E |
Filename | /var/lib/dpkg/info/dash.config |
Size | 769 |
Permission | rwxr-xr-x |
Owner | root : root |
Create time | 27-Apr-2025 09:50 |
Last modified | 19-Feb-2014 20:13 |
Last accessed | 06-Jul-2025 22:38 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
#!/bin/sh
#
# debconf script for the Debian GNU/Linux ash package
#
# $Id: dash.config,v 1.1 2002/09/14 06:17:50 herbert Exp $
set -e
. /usr/share/debconf/confmodule
db_version 2.0
if [ "$1" = configure ] && [ -z "$2" ]; then
set +e
db_fget ash/sh seen
err=$?
set -e
case $err in
0)
if [ "$RET" = true ]; then
db_fset dash/sh seen true
db_get ash/sh
db_set dash/sh "$RET"
exit
fi
;;
10)
# ash/sh does not exist
;;
*)
echo "db_fget exited with $err" >&2
exit $err
;;
esac
fi
# if "configuring and for the first time and bash is already installed"
if [ "$1" = configure ] && [ -z "$2" ] && dpkg-query -W bash >/dev/null; then
# bash is pulling in dash
db_input high dash/sh || true
else
db_input low dash/sh || true
fi
db_go
#
# debconf script for the Debian GNU/Linux ash package
#
# $Id: dash.config,v 1.1 2002/09/14 06:17:50 herbert Exp $
set -e
. /usr/share/debconf/confmodule
db_version 2.0
if [ "$1" = configure ] && [ -z "$2" ]; then
set +e
db_fget ash/sh seen
err=$?
set -e
case $err in
0)
if [ "$RET" = true ]; then
db_fset dash/sh seen true
db_get ash/sh
db_set dash/sh "$RET"
exit
fi
;;
10)
# ash/sh does not exist
;;
*)
echo "db_fget exited with $err" >&2
exit $err
;;
esac
fi
# if "configuring and for the first time and bash is already installed"
if [ "$1" = configure ] && [ -z "$2" ] && dpkg-query -W bash >/dev/null; then
# bash is pulling in dash
db_input high dash/sh || true
else
db_input low dash/sh || true
fi
db_go