summarylogtreecommitdiffstats
path: root/sheepit-client.install
diff options
context:
space:
mode:
authorGeoffrey “Frogeye” Preud'homme2018-10-28 12:30:11 +0100
committerGeoffrey “Frogeye” Preud'homme2018-10-28 12:30:11 +0100
commit61719bf105561695fa6563915402228304cb2974 (patch)
tree39752ab32852a3cb724696c3e2f3c1e80e1204a7 /sheepit-client.install
parent7ace1aaeaa5a09881176e439734e395274d4f0fd (diff)
downloadaur-61719bf105561695fa6563915402228304cb2974.tar.gz
Remove occurences of /var/lib/sheepit-client
Diffstat (limited to 'sheepit-client.install')
-rw-r--r--sheepit-client.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/sheepit-client.install b/sheepit-client.install
index b611d967794b..70bf207adafb 100644
--- a/sheepit-client.install
+++ b/sheepit-client.install
@@ -1,8 +1,4 @@
post_install() {
systemd-sysusers sheepit-client.conf
-}
-
-post_upgrade() {
- [[ -d /var/lib/sheepit-client ]] && echo "sheepit-client now uses /var/cache/sheepit-client as a default cache directory. You may want to remove /var/lib/sheepit-client."
[[ -d /var/cache/sheepit-client ]] || install -dm 755 -o sheepit-client -g sheepit-client /var/cache/sheepit-client
}