Running a script does not change the state, modifying the state flags does.
[oweals/opkg-lede.git] / libopkg / opkg_configure.c
index 154d3e6f30bbdaebd1b025fd055eb26c47b0c141..4aca0f07111141e64a02c38a5c916e1bf866c753 100644 (file)
@@ -38,7 +38,6 @@ opkg_configure(pkg_t *pkg)
        return err;
     }
 
-    opkg_state_changed++;
     return 0;
 }