yochananmarqos

ulauncher.install

Dec 7th, 2020
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. post_install() {
  2.      echo ""
  3.      echo "Enable the service:"
  4.      echo "systemctl --user enable --now ulauncher.service"
  5.      echo ""
  6. }
  7.  
  8. post_upgrade() {
  9.      echo ""
  10.      echo "Restart the service:"
  11.      echo "systemctl --user daemon-reload"
  12.      echo "systemctl --user restart ulauncher.service"
  13.      echo ""
  14. }
Add Comment
Please, Sign In to add comment