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

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