diff options
Diffstat (limited to 'meta/recipes-devtools/dpkg/run-postinsts/run-postinsts')
-rwxr-xr-x | meta/recipes-devtools/dpkg/run-postinsts/run-postinsts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts b/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts index 584a92ebfd..5f6442cbe3 100755 --- a/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts +++ b/meta/recipes-devtools/dpkg/run-postinsts/run-postinsts | |||
@@ -8,8 +8,8 @@ | |||
8 | PKGSYSTEM=/var/lib/dpkg | 8 | PKGSYSTEM=/var/lib/dpkg |
9 | 9 | ||
10 | if [ ! -e $PKGSYSTEM/status ]; then | 10 | if [ ! -e $PKGSYSTEM/status ]; then |
11 | if [ -e /usr/lib/opkg/status ]; then | 11 | if [ -e /var/lib/opkg/status ]; then |
12 | PKGSYSTEM=/usr/lib/opkg | 12 | PKGSYSTEM=/var/lib/opkg |
13 | else | 13 | else |
14 | echo "No package system found" | 14 | echo "No package system found" |
15 | exit 1 | 15 | exit 1 |