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

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