mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-03 11:53:41 +02:00
minor style fixes.
This commit is contained in:
parent
70aa6cd295
commit
84547e5ad3
2 changed files with 9 additions and 11 deletions
4
debian/thalos.postrm
vendored
4
debian/thalos.postrm
vendored
|
|
@ -3,9 +3,7 @@ set -e
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|
||||||
|
if [ "${1}" = "purge" ]; then
|
||||||
if [ "${1}" = "purge" ]
|
|
||||||
then
|
|
||||||
deluser --quiet thalos >/dev/null || true
|
deluser --quiet thalos >/dev/null || true
|
||||||
rm -rf /var/log/thalos
|
rm -rf /var/log/thalos
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue