mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-17 04:30:03 +02:00
Adding debian/thalos-server.postrm
This commit is contained in:
parent
8d26a584ed
commit
cd35303d5a
1 changed files with 13 additions and 0 deletions
13
debian/thalos-server.postrm
vendored
Normal file
13
debian/thalos-server.postrm
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
|
||||
if [ "${1}" = "purge" ]
|
||||
then
|
||||
deluser --quiet thalos > /dev/null || true
|
||||
rm -rf /var/log/thalos
|
||||
fi
|
||||
|
||||
exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue