luci/applications/luci-wshaper/ipkg/postinst
2011-10-15 18:47:42 +00:00

6 lines
120 B
Bash

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