mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
noctalia-shell: add systemd service
This commit is contained in:
parent
8a32302474
commit
4ad0ed43d3
1 changed files with 0 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -30,11 +30,9 @@ sha256sums=('fd6c7bbb96b5d127facfd8b6c7897f8bdb052d5d87851ff3cfa0eb8e108b3f12')
|
|||
package() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
||||
# Install shell files to quickshell system config directory
|
||||
install -dm755 "$pkgdir/etc/xdg/quickshell/noctalia-shell"
|
||||
cp -r ./* "$pkgdir/etc/xdg/quickshell/noctalia-shell/"
|
||||
|
||||
# Install systemd user service
|
||||
install -Dm644 "Assets/Services/systemd/noctalia.service" \
|
||||
"$pkgdir/usr/lib/systemd/user/noctalia.service"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue