diff options
author | Justin Dray | 2016-08-10 03:55:54 +1000 |
---|---|---|
committer | Justin Dray | 2016-08-10 03:55:54 +1000 |
commit | 50b87abba8e52a76dd051050b447b056ae564b72 (patch) | |
tree | 24f3e02bb8dd207fee408a9badafdb7c0c9ac7a5 /couchpotato.install | |
parent | 57498e793aee22735aefdfdeb4a42de542df1b39 (diff) | |
download | aur-50b87abba8e52a76dd051050b447b056ae564b72.tar.gz |
Fix path names
Diffstat (limited to 'couchpotato.install')
-rw-r--r-- | couchpotato.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/couchpotato.install b/couchpotato.install index 0761ead15e45..98e875364b91 100644 --- a/couchpotato.install +++ b/couchpotato.install @@ -1,7 +1,7 @@ ## arg 1: the new package version post_install() { systemd-sysusers couchpotato.conf - chown -R couchpotato: /usr/lib/couchpotato + chown -R couchpotato: /avar/lib/couchpotato } ## arg 1: the new package version ## arg 2: the old package version |