diff --git a/device/community/device-nokia-n900/APKBUILD b/device/community/device-nokia-n900/APKBUILD index a4f425d17..8f18d2320 100644 --- a/device/community/device-nokia-n900/APKBUILD +++ b/device/community/device-nokia-n900/APKBUILD @@ -2,7 +2,7 @@ maintainer="Danct12 " pkgname=device-nokia-n900 pkgver=51 -pkgrel=2 +pkgrel=3 pkgdesc="Nokia N900" url="https://postmarketos.org" arch="armv7" @@ -16,7 +16,6 @@ depends=" linux-postmarketos-omap ofono postmarketos-base - postmarketos-mvcfg u-boot-tools wl1251-cal " @@ -25,11 +24,9 @@ makedepends=" u-boot-tools kbd kbd-bkeymaps - postmarketos-mvcfg " install=" $pkgname.post-install - $pkgname.pre-upgrade $pkgname-openrc.post-install " subpackages=" @@ -157,8 +154,6 @@ package() { "$pkgdir"/usr/lib/modprobe.d/n900-module-blocklist.conf install -D -m644 "$srcdir"/bq27k-options.conf \ "$pkgdir"/usr/lib/modprobe.d/bq27xxx-battery.conf - - postmarketos-mvcfg-package "$pkgdir" "$pkgname" } x11() { diff --git a/device/community/device-nokia-n900/device-nokia-n900.pre-upgrade b/device/community/device-nokia-n900/device-nokia-n900.pre-upgrade deleted file mode 100644 index d206e2c69..000000000 --- a/device/community/device-nokia-n900/device-nokia-n900.pre-upgrade +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -postmarketos-mvcfg-pre-upgrade \ - device-nokia-n900 \ - /etc/conf.d/hwclock - -postmarketos-mvcfg-pre-upgrade \ - device-nokia-n900-v2 \ - /usr/lib/modules-load.d/nokia-modem.conf -