aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-08-18 20:12:10 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-08-18 20:18:14 +0200
commitd95eb5325aff3eaffa002934dc861449294072bd (patch)
treeacd45b7b54aaa3afa62de5751b010aeb32a5a83f
parent91646e571e459623f8c5bae21ae44df893e684e7 (diff)
downloadtermsend-d95eb5325aff3eaffa002934dc861449294072bd.tar.gz
termsend-d95eb5325aff3eaffa002934dc861449294072bd.tar.bz2
termsend-d95eb5325aff3eaffa002934dc861449294072bd.zip
pkg/deb: pkill kurload atexit, to make sure it is really dead
no_ci Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rwxr-xr-xpkg/deb/create-pkg.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/deb/create-pkg.sh b/pkg/deb/create-pkg.sh
index 3045840..abba441 100755
--- a/pkg/deb/create-pkg.sh
+++ b/pkg/deb/create-pkg.sh
@@ -9,6 +9,7 @@ atexit()
set +e
/etc/init.d/kurload stop
+ pkill kurload
dpkg --purge "${project}"
# remove dependencies
dpkg -r libembedlog-dev