diff options
Diffstat (limited to 'contrib/package/ffluci/ipkg/ffluci-ff-leipzig.postinst')
-rwxr-xr-x | contrib/package/ffluci/ipkg/ffluci-ff-leipzig.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/package/ffluci/ipkg/ffluci-ff-leipzig.postinst b/contrib/package/ffluci/ipkg/ffluci-ff-leipzig.postinst new file mode 100755 index 0000000000..26eace97d9 --- /dev/null +++ b/contrib/package/ffluci/ipkg/ffluci-ff-leipzig.postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/ffluci-community-leipzig ) && rm -f /etc/uci-defaults/ffluci-community-leipzig +} |