Skip to content

Commit

Permalink
Merge branch 'testing' into package/perf/initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Sep 27, 2023
2 parents f5364cc + 1c42c05 commit 9fa1fd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/toltec-bootstrap/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
pkgnames=(toltec-bootstrap)
pkgdesc="Manage your Toltec install"
url=https://toltec-dev.org/
pkgver=0.2.2-1
timestamp=2022-02-28T00:12Z
pkgver=0.2.3-1
timestamp=2023-09-17T17:35Z
section="utils"
maintainer="Eeems <[email protected]>"
license=MIT
Expand Down
2 changes: 1 addition & 1 deletion package/toltec-bootstrap/toltecctl
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ uninstall() {

# Remove installed packages in reverse dependency order
list-installed-ordered | while read -r pkgname; do
"$opkg_path" remove --force-depends --force-remove "$pkgname"
"$opkg_path" remove --force-removal-of-essential-packages --force-depends --force-remove "$pkgname"
done

systemctl daemon-reload
Expand Down

0 comments on commit 9fa1fd5

Please sign in to comment.