mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
github-ci: add --force-removal-of-dependent-packages
Without this option, a package gets installed with its dependencies but those do not get removed, causing issues later on with other packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -28,5 +28,5 @@ for PKG in /ci/*.ipk; do
|
|||||||
echo "No test.sh script available"
|
echo "No test.sh script available"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
opkg remove "$PKG_NAME"
|
opkg remove "$PKG_NAME" --force-removal-of-dependent-packages --force-remove
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user