remove dead code and bump pkgrel on postmarketos-base

This commit is contained in:
Santosh D 2017-06-03 22:48:49 +02:00
parent 948d4f0caf
commit f0c5d1b50d
2 changed files with 1 additions and 7 deletions

View File

@ -19,12 +19,6 @@ build() {
package() {
install -D -m644 "$srcdir"/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"

View File

@ -1,6 +1,6 @@
pkgname=postmarketos-base
pkgver=1
pkgrel=6
pkgrel=7
pkgdesc="Meta package for minimal postmarketos base"
url="https://github.com/postmarketOS"
arch="noarch"