diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-03 09:56:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-03 10:03:47 +0000 |
commit | ba4ca0b0f119d2acc805e864d5ad9d641d8533fb (patch) | |
tree | 9c5d726efe176ee9533d453c0756bf03a81372dd | |
parent | Merging upstream version 20211103. (diff) | |
download | open-infrastructure-compute-tools-ba4ca0b0f119d2acc805e864d5ad9d641d8533fb.tar.xz open-infrastructure-compute-tools-ba4ca0b0f119d2acc805e864d5ad9d641d8533fb.zip |
Removing needrestart directory on purge.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/open-infrastructure-container-tools.postrm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/open-infrastructure-container-tools.postrm b/debian/open-infrastructure-container-tools.postrm index c68ac1c..6724b94 100755 --- a/debian/open-infrastructure-container-tools.postrm +++ b/debian/open-infrastructure-container-tools.postrm @@ -34,6 +34,7 @@ case "${1}" in Remove /etc/compute-tools/config Remove /etc/compute-tools/hooks Remove /etc/compute-tools/keys + Remove /etc/needrestart/restart.d Remove /var/lib/machines ;; |