Skip to content
Snippets Groups Projects
Commit e1df4663 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

0.32.0-3: Ensure db dir is always present

parent 737354c8
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=dconf
pkgver=0.32.0
pkgrel=2
pkgrel=3
pkgdesc="Configuration database system"
url="https://wiki.gnome.org/Projects/dconf"
arch=(x86_64)
......@@ -40,6 +40,7 @@ package() {
DESTDIR="$pkgdir" meson install -C build
install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 dconf-update.hook
install -D dconf-update.script "$pkgdir/usr/share/libalpm/scripts/dconf-update"
install -Dm644 /dev/null "$pkgdir/etc/dconf/db/.placeholder"
}
# vim:set sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment