aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/initscripts-shr/finish.sh
blob: 897f005310d598e09f327d63ce6e3c6474f5be79 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if ! test -e /etc/.configured; then
	opkg-cl configure
	> /etc/.configured
fi