Remove echo from postinst also
This commit is contained in:
parent
0c07aeb69b
commit
4368c6419f
1 changed files with 0 additions and 1 deletions
1
debian/postinst
vendored
1
debian/postinst
vendored
|
@ -28,7 +28,6 @@ set -e
|
|||
|
||||
case "$1" in
|
||||
configure)
|
||||
echo "I'm here............................"
|
||||
# Show debconf questions
|
||||
. /usr/share/debconf/confmodule
|
||||
|
||||
|
|
Loading…
Reference in a new issue