projects
/
carnet-upgrade.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e28c58
)
debconf to the front od postinst
author
Zeljko Boros
<Zeljko.Boros@carnet.hr>
Tue, 11 May 2021 20:54:49 +0000
(22:54 +0200)
committer
Zeljko Boros
<Zeljko.Boros@carnet.hr>
Tue, 11 May 2021 20:54:49 +0000
(22:54 +0200)
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index
e1f51d8
..
8b39c78
100644
(file)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-5,6
+5,10
@@
set -e
[ "$1" = "configure" ] || exit 0
[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx
+# Load debconf
+. /usr/share/debconf/confmodule
+db_version 2.0
+
# Load CARNET Tools
. /usr/share/carnet-tools/functions.sh
@@
-47,9
+51,4
@@
EOF
fi
update-locale
fi
-
-# Load debconf
-. /usr/share/debconf/confmodule
-db_version 2.0
-
#DEBHELPER#