mirror of
https://github.com/openwrt/routing.git
synced 2026-07-16 23:21:54 +04:00
minimalist-pcproxy: Fix typo in postinst
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=minimalist-pcproxy
|
PKG_NAME:=minimalist-pcproxy
|
||||||
PKG_SOURCE_VERSION:=c8d47ff42c4354f502830faeae13bd8f269401af
|
PKG_SOURCE_VERSION:=c8d47ff42c4354f502830faeae13bd8f269401af
|
||||||
PKG_VERSION:=2014-06-02-$(PKG_SOURCE_VERSION)
|
PKG_VERSION:=2014-06-02-$(PKG_SOURCE_VERSION)
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=git://github.com/fingon/minimalist-pcproxy.git
|
PKG_SOURCE_URL:=git://github.com/fingon/minimalist-pcproxy.git
|
||||||
@@ -46,7 +46,7 @@ define Package/minimalist-pcproxy/install
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/minimalist-pcproxy/postinst
|
define Package/minimalist-pcproxy/postinst
|
||||||
!/bin/sh
|
#!/bin/sh
|
||||||
[ -n "$${IPKG_INSTROOT}" ] || {
|
[ -n "$${IPKG_INSTROOT}" ] || {
|
||||||
(. /etc/uci-defaults/x-minimalist-pcproxy.defaults) && rm -f /etc/uci-defaults/x-minimalist-pcproxy.defaults
|
(. /etc/uci-defaults/x-minimalist-pcproxy.defaults) && rm -f /etc/uci-defaults/x-minimalist-pcproxy.defaults
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user