aboutsummaryrefslogtreecommitdiffstats
path: root/arch-system/base-system.install
diff options
context:
space:
mode:
Diffstat (limited to 'arch-system/base-system.install')
-rw-r--r--arch-system/base-system.install10
1 files changed, 10 insertions, 0 deletions
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
+}