miniupnpd: Delete files that would have become orphaned after deletion of miniupnpd add-on as well

This patch requires
https://patchwork.ipfire.org/project/ipfire/list/?series=2059 to be
applied in the first place.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Peter Müller
2021-05-18 21:58:27 +02:00
committed by Michael Tremer
parent 014296524b
commit 5f16813c8a
3 changed files with 0 additions and 62 deletions

View File

@@ -1,6 +0,0 @@
#!/bin/bash
[ -x /etc/init.d/miniupnpd ] && \
/etc/init.d/miniupnpd stop &>/dev/null
exit 0

View File

@@ -1,6 +0,0 @@
#!/bin/bash
[ -x /etc/init.d/miniupnpd ] && \
/etc/init.d/miniupnpd start &>/dev/null
exit 0