Files
openwrt_packages/luci-app-usb-printer/ipkg/postinst
2025-11-02 14:26:26 +08:00

7 lines
138 B
Bash
Executable File

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