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

	systemctl enable --now avahi-daemon.service
}

post_install() {
	post_upgrade
}

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