mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-29 01:12:22 +00:00
* CI integration * RPM (un)install scripts Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
9 lines
168 B
Bash
9 lines
168 B
Bash
#!/bin/sh
|
|
|
|
if [ $1 == 0 ]; then
|
|
rm -rf /run/nDPId /run/nDPIsrvd
|
|
userdel ndpid || true
|
|
userdel ndpisrvd || true
|
|
groupdel ndpisrvd-distributor || true
|
|
fi
|