From 42ce5c94ec0a7bba5d5f43c093a9c9670748026c Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 1 Apr 2016 17:46:27 +0200 Subject: [PATCH] .deb files support devuan --- cpack/debfiles/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpack/debfiles/postinst b/cpack/debfiles/postinst index 276c4182..916321a7 100755 --- a/cpack/debfiles/postinst +++ b/cpack/debfiles/postinst @@ -22,7 +22,7 @@ containsElement () { } get_repo_url () { - if [[ "$DISTRIBUTION" == "Debian" ]]; then + if [[ "$DISTRIBUTION" == "Debian" ]] || [[ "$DISTRIBUTION" == "Devuan" ]]; then if ! containsElement $DISTRIBUTION_VERSION $DEBIAN_VERSIONS; then echo Unsupported Debian Version: $DISTRIBUTION_VERSION 1>&2 exit 1