summaryrefslogtreecommitdiffstats
path: root/opkg-lede.pkg/postinst
blob: 187a8cc33a68ba4cae47befb0c3b7483cbfa218b (plain)
1
2
3
4
5
#!/bin/sh

if [ x"${1}" = x'configure' ]; then
	update-alternatives --install /usr/bin/opkg opkg /usr/bin/opkg-lede 30
fi