View difference between Paste ID: vDTF2b6z and cyKphfM9
SHOW: | | - or go back to the newest paste.
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
}