Release 2.0.0-alpha.10.1

This commit is contained in:
Paulchen-Panther
2021-10-03 11:30:02 +02:00
parent d5a71f21fe
commit 17e8c6bca0
3 changed files with 23 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
echo "--- postinst called with args= " $1 $2
# echo "--- postinst called with args: " $1 $2
# If $1=configure and $2 is set, this is an upgrade
if [ "$1" = configure ] && [ "$2" != "" ]; then