sxmo/sxmo-xdm-config: openrc post-install moved to main/postmarketos-ui-sxmo (MR 1930)
This commit is contained in:
parent
6e6bc2e1ea
commit
cfd23ff202
2 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Maarten van Gompel <proycon@anaproy.nl>
|
||||
pkgname=sxmo-xdm-config
|
||||
pkgver=0.2.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="X Display Manager configuration for Sxmo; starts with virtual keyboard and launches Sxmo UI"
|
||||
options="!check" # No testsuite
|
||||
url="https://git.sr.ht/~mil/sxmo-xdm-config"
|
||||
|
@ -11,7 +11,7 @@ depends="sxmo-utils svkbd xdm"
|
|||
replaces="sxmo-xdm xdm xdm-openrc"
|
||||
subpackages="$pkgname-openrc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~mil/sxmo-xdm-config/archive/$pkgver.tar.gz"
|
||||
install="$pkgname-openrc.post-install $pkgname.pre-deinstall"
|
||||
install="$pkgname.pre-deinstall"
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir/etc/X11/xdm" "$pkgdir/usr/lib/X11/xdm" "$pkgdir/etc/conf.d" "$pkgdir/etc/profile.d"
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
rc-update add xdm default
|
Loading…
Reference in a new issue