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