aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-08-18 17:39:46 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-08-18 17:39:46 +0200
commit3449f187ee875f5f6c221d3f896dc1c1b6f6a22b (patch)
tree41cfc19846126c65993340021cf45cceb0ecbe9e
parent74f4e89ea484ef4afd069b602d42ffd5fc09cb38 (diff)
downloadtermsend-3449f187ee875f5f6c221d3f896dc1c1b6f6a22b.tar.gz
termsend-3449f187ee875f5f6c221d3f896dc1c1b6f6a22b.tar.bz2
termsend-3449f187ee875f5f6c221d3f896dc1c1b6f6a22b.zip
pkg/deb: use --purge instead of --remove in cleanup
--remove does not remove config files, and that makes testing phase to fail due to non-existing config no_ci Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rwxr-xr-xpkg/deb/create-pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/create-pkg.sh b/pkg/deb/create-pkg.sh
index 34ef357..4d2c095 100755
--- a/pkg/deb/create-pkg.sh
+++ b/pkg/deb/create-pkg.sh
@@ -9,7 +9,7 @@ atexit()
set +e
/etc/init.d/kurload stop
- dpkg -r "${project}"
+ dpkg --purge "${project}"
# remove dependencies
dpkg -r libembedlog-dev
dpkg -r libembedlog0