mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 08:52:58 +02:00
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:
committed by
Michael Tremer
parent
014296524b
commit
5f16813c8a
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ -x /etc/init.d/miniupnpd ] && \
|
||||
/etc/init.d/miniupnpd stop &>/dev/null
|
||||
|
||||
exit 0
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ -x /etc/init.d/miniupnpd ] && \
|
||||
/etc/init.d/miniupnpd start &>/dev/null
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user