summarylogtreecommitdiffstats
path: root/ulauncher.install
blob: 3397559a1e9ddb7377e0f33c1f8f5cd8d33193a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo ""
  echo "Enable the service:"
  echo "systemctl --user enable --now ulauncher"
  echo ""
}
 
post_upgrade() {
  echo ""
  echo "Restart the service:"
  echo "systemctl --user daemon-reload && systemctl --user restart ulauncher"
  echo ""
}