Skip to content

Commit

Permalink
Remove package: bottom (#897)
Browse files Browse the repository at this point in the history
* remove package: bottom

* fix toltecctl typo

* Create opt-usr-bin.sh

---------

Co-authored-by: gbyl <[email protected]>
Co-authored-by: Nathaniel van Diepen <[email protected]>
  • Loading branch information
3 people authored Jun 10, 2024
1 parent 2f13ee4 commit 28ebda4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 30 deletions.
24 changes: 0 additions & 24 deletions package/bottom/package

This file was deleted.

3 changes: 3 additions & 0 deletions package/toltec-base/opt-usr-bin.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

export PATH=/opt/usr/bin:$PATH
8 changes: 4 additions & 4 deletions package/toltec-base/package
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ archs=(rmall rmallos2 rmallos3 rm1 rm1os2 rm1os3 rm2 rm2os2 rm2os3)
pkgnames=(toltec-base)
pkgdesc="Metapackage defining the base set of packages in a Toltec install"
url=https://toltec-dev.org/
pkgver=1.3-4
pkgver=1.4-1
timestamp=2023-12-27T08:30Z
section="utils"
maintainer="Eeems <[email protected]>"
Expand All @@ -17,11 +17,11 @@ installdepends_rm1os3=(open-remarkable-shutdown)
installdepends_rm2os2=(rm2-suspend-fix)
installdepends_rm2os3=(rm2-suspend-fix)

source=()
sha256sums=()
source=(opt-usr-bin.sh)
sha256sums=(SKIP)

package() {
true
install -D -m 755 -t "$pkgdir"/etc/profile.d/ "$srcdir"/opt-usr-bin.sh
}

configure() {
Expand Down
2 changes: 1 addition & 1 deletion package/toltec-bootstrap/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pkgnames=(toltec-bootstrap)
pkgdesc="Manage your Toltec install"
url=https://toltec-dev.org/
pkgver=0.4.4-1
pkgver=0.4.5-1
timestamp=2024-05-31T19:13Z
section="utils"
maintainer="Eeems <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package/toltec-bootstrap/toltecctl
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ reenable() {
generate-opkg-conf || true
log INFO "Opkg update"
opkg update
log INFO "Reinsalling base packages"
log INFO "Reinstalling base packages"
reinstall-base
log INFO "Reinstalling packages with files on the root partition"
reinstall-root
Expand Down

0 comments on commit 28ebda4

Please sign in to comment.