Files
nDPId/packages/redhat/post_uninstall
Toni Uhlig 4bed2a791f CMake/RPM integration
* CI integration
 * RPM (un)install scripts

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2024-11-17 17:12:06 +01:00

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