device-asus-t00f: remove unnecessary deviceinfo installation (MR 4037)

This commit is contained in:
Pablo Correa Gómez 2023-04-24 22:41:09 +02:00
parent 455368dfed
commit b3998d167f
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -2,7 +2,7 @@
pkgname=device-asus-t00f
pkgdesc="Asus Zenfone 5"
pkgver=0.1
pkgrel=10
pkgrel=11
url="https://postmarketos.org"
license="MIT"
arch="x86"
@ -20,8 +20,6 @@ build() {
}
package() {
install -Dm644 "$srcdir"/deviceinfo \
"$pkgdir"/etc/deviceinfo
devicepkg_package $startdir $pkgname
}