Files
quectel-rgmii-toolkit/opkg-feed/installer/openwrt-sdxlemur-skel/usr/lib/opkg/info/libustream-openssl20201210.postinst
Cameron Thompson a4794ad36f Final Prep
2025-07-21 22:59:17 -04:00

6 lines
160 B
Bash
Executable File

#!/bin/sh
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_postinst $0 $@