testing/startup: move dbus files to new location

This commit is contained in:
Dominika Liberda 2022-04-25 21:58:20 +00:00 committed by alice
parent 2c170ab81c
commit abc1f75cc4

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=startup
pkgver=2.0.3
pkgrel=0
pkgrel=1
pkgdesc="Event driven task and service manager"
options="!check"
url="https://gitlab.com/chinstrap/startup"
@ -64,6 +64,9 @@ package() {
# Install fish completion
install -Dm0644 contrib/fish_completion/*.fish \
-t "$pkgdir"/usr/share/fish/completions
mkdir -p "$pkgdir"/usr/share/dbus-1/system.d/
mv "$pkgdir"/etc/dbus-1/system.d/* "$pkgdir"/usr/share/dbus-1/system.d/
}
tools() {