mirror of
https://github.com/outbackdingo/nDPId.git
synced 2026-01-27 18:19:39 +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
|