summarylogtreecommitdiffstats
path: root/vula.install
blob: d15f199b57c8a2af577c8f168f99b60e8d3d3452 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Maintainer: calesanz <contrib at calesanz dot me>

post_install() {
  vula configure nsswitch
  systemctl daemon-reload
  systemctl restart systemd-sysusers
  systemctl reload dbus
  echo "Start Service using 'systemctl enable --now vula-organize'"
}

# vim: ts=2 sw=2 et: