luci/applications/community-augsburg/ipkg/postinst
2008-07-12 22:05:04 +00:00

4 lines
143 B
Bash

#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-community-augsburg ) && rm -f /etc/uci-defaults/luci-community-augsburg
}