summarylogtreecommitdiffstats
path: root/asf.install
diff options
context:
space:
mode:
Diffstat (limited to 'asf.install')
-rw-r--r--asf.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/asf.install b/asf.install
deleted file mode 100644
index a5ebcf21cde1..000000000000
--- a/asf.install
+++ /dev/null
@@ -1,10 +0,0 @@
-post_install() {
- systemd-sysusers asf.conf
- chown -R asf: /var/lib/asf
- echo "# configuration is done in /var/lib/asf/config or ~/.config/asf depending on the service file used."
-}
-
-post_upgrade() {
- systemd-sysusers asf.conf
- chown -R asf: /var/lib/asf
-}