Files
nDPId/packages/debian/prerm
Toni Uhlig ce5f448d3b Switched OpenWrt GitHub Actions SDK to main branch
* fixed some SonarCloud complaints
 * added more systemd CI tests
 * fixed debian package scripts to obey remove/purge
 * changed `chmod_chown()` error handling

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2024-11-02 18:36:54 +01:00

6 lines
97 B
Bash
Executable File

#!/bin/sh
if [ "$1" = "remove" -o "$1" = "purge" ]; then
systemctl stop ndpisrvd.service
fi