X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fpackage%2Fluci%2Fipkg%2Fluci-ff-halle.postinst;fp=contrib%2Fpackage%2Fluci%2Fipkg%2Fluci-ff-halle.postinst;h=0efb5a9a75789abe13a5c80d1ff7778c92d365cf;hp=0000000000000000000000000000000000000000;hb=e9ae878ce679c48c71c67a885c3a62cf71aa584b;hpb=4e53d007bf30dddad1a2e1b44aa55d3ca8671ae4 diff --git a/contrib/package/luci/ipkg/luci-ff-halle.postinst b/contrib/package/luci/ipkg/luci-ff-halle.postinst new file mode 100755 index 000000000..0efb5a9a7 --- /dev/null +++ b/contrib/package/luci/ipkg/luci-ff-halle.postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-community-halle ) && rm -f /etc/uci-defaults/luci-community-halle +}