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

if [ x"${1}" = x'configure' ]; then
	if [ -f /etc/opkg/opkg.conf ] && ! [ -f /etc/opkg.conf ]; then
		mv /etc/opkg/opkg.conf /etc/opkg.conf
	fi
fi