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 "" }