aboutsummaryrefslogtreecommitdiffstats
path: root/arch-system/base-system.install
blob: b428aac8531f8896ba1e27aea6d211afdf19c51b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
post_install() {
	# in case it wasn't already run by glibc
	locale-gen

	systemctl --global enable avahi-daemon.service
}

pre_remove() {
	systemctl --global disable avahi-daemon.service
}