remove dead code and bump pkgrel on postmarketos-base
This commit is contained in:
parent
d93a070b03
commit
8683e2b40f
2 changed files with 1 additions and 7 deletions
|
@ -19,12 +19,6 @@ build() {
|
||||||
package() {
|
package() {
|
||||||
install -D -m644 "$srcdir"/deviceinfo \
|
install -D -m644 "$srcdir"/deviceinfo \
|
||||||
"$pkgdir"/etc/deviceinfo
|
"$pkgdir"/etc/deviceinfo
|
||||||
#install -D -m644 "$srcdir"/initfs-hook.sh \
|
|
||||||
# "$pkgdir"/etc/postmarketos-mkinitfs/hooks/00-${pkgname}.sh
|
|
||||||
#install -D -m644 "$srcdir"/90-android-touch-dev.rules \
|
|
||||||
# "$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
|
|
||||||
#install -D -m644 "$srcdir"/profile.sh \
|
|
||||||
# "$pkgdir"/etc/profile.d/00-$pkgname.sh
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="eaeafab8e394c95c007d00e97b9b3563aedb006013f22b2fae500026700f009a3ef871a911b423103ef59cfae12bfeef96542e75bc22bcace8e17c308cbbddf6 deviceinfo"
|
sha512sums="eaeafab8e394c95c007d00e97b9b3563aedb006013f22b2fae500026700f009a3ef871a911b423103ef59cfae12bfeef96542e75bc22bcace8e17c308cbbddf6 deviceinfo"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
pkgname=postmarketos-base
|
pkgname=postmarketos-base
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc="Meta package for minimal postmarketos base"
|
pkgdesc="Meta package for minimal postmarketos base"
|
||||||
url="https://github.com/postmarketOS"
|
url="https://github.com/postmarketOS"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
|
Loading…
Reference in a new issue