summarylogtreecommitdiffstats
path: root/mpnotd.install
blob: ab64cde9432386b5dcafbf5fe784231e652f18ba (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    echo "For config, run: mpnotd --writeini"
	if [[ $(pidof systemd) ]]; then
        echo "Systemd service installed, to enable type:"
		echo "systemctl --user enable mpnotd"
	fi
}

post_upgrade() {
	post_install
}