diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-30 16:45:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-30 16:45:07 +0000 |
commit | 0ec4a0912294e5ef354ea5074e0446eb364e05c5 (patch) | |
tree | 020b497d1954ba229263a78d0b150c97a5cc57e8 /debian/templates/preinst.license.in | |
parent | Merging upstream version 20240709. (diff) | |
download | firmware-nonfree-debian.tar.xz firmware-nonfree-debian.zip |
Adding debian version 20240709-2.debian/20240709-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/templates/preinst.license.in')
-rw-r--r-- | debian/templates/preinst.license.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/templates/preinst.license.in b/debian/templates/preinst.license.in index d0c7e0d..f403d84 100644 --- a/debian/templates/preinst.license.in +++ b/debian/templates/preinst.license.in @@ -1,7 +1,3 @@ -#!/bin/sh - -set -e - . /usr/share/debconf/confmodule db_version 2.0 db_capb backup @@ -72,7 +68,3 @@ if [ "$RET" != "true" ]; then RESULT=$? [ "$RESULT" = 0 ] || exit $RESULT fi - -#DEBHELPER# - -exit 0 |