# Author: Richard Purdie <rpurdie@openedhand.com>
#
-PKGSYSTEM=/usr/lib/ipkg
+PKGSYSTEM=/usr/lib/opkg
STAMP=$PKGSYSTEM/postinsts-done
STATFILE=$PKGSYSTEM/status
STATFILE2=$PKGSYSTEM/status2
}
/Status:.*unpacked.*/ {
print "Configuring: " package > "/dev/stderr"
- ret = system("/usr/lib/ipkg/info/" package ".postinst 1>&2")
+ ret = system("/usr/lib/opkg/info/" package ".postinst 1>&2")
if (ret == 0)
$0 = gensub("unpacked", "installed", 1)
else
DESCRIPTION = "Run postinstall scripts on device using awk"
SECTION = "devel"
-PR = "r0"
+PR = "r1"
SRC_URI = "file://run-postinsts file://run-postinsts.awk"