From 4a8378a672a327af2467b492ea7b80fec706e036 Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 22 Jan 2018 17:51:04 +0100 Subject: arch-system: initial commit --- arch-system/base-system.install | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 arch-system/base-system.install (limited to 'arch-system/base-system.install') diff --git a/arch-system/base-system.install b/arch-system/base-system.install new file mode 100644 index 0000000..b428aac --- /dev/null +++ b/arch-system/base-system.install @@ -0,0 +1,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 +} -- cgit v1.2.3-70-g09d2