miniupnpd: fix package postinstall

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36057 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2013-03-16 22:10:18 +00:00
parent 23765beede
commit 2e01b30579

View File

@ -35,7 +35,7 @@ define Package/miniupnpd/postinst
#!/bin/sh
if [ -z "$$IPKG_INSTROOT" ]; then
. /etc/uci-defaults/99-miniupnpd
( . /etc/uci-defaults/99-miniupnpd )
rm -f /etc/uci-defaults/99-miniupnpd
fi