summarylogtreecommitdiffstats
path: root/irmplircd.install
blob: 6664234eb1814ed1735199327eef8c5040b7bed3 (plain)
1
2
3
4
5
6
7
post_install() {
	systemd-tmpfiles --create irmplircd.conf
}

post_upgrade() {
	post_install
}