diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-10 09:03:32 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-10 09:03:32 +0000 |
commit | 7e29f2e88e1efed87a4d507cbd350b6451504aa1 (patch) | |
tree | 894f33690cabacf6a6a0b1a040b44909cb890f1e /testing/openxcap/openxcap.post-install | |
parent | c1aa7943b6b173ef987f3d7dd8cd2215f1fcb677 (diff) | |
download | aports-7e29f2e88e1efed87a4d507cbd350b6451504aa1.tar.bz2 aports-7e29f2e88e1efed87a4d507cbd350b6451504aa1.tar.xz |
testing/openxcap: upgrade to 2.2.0
Diffstat (limited to 'testing/openxcap/openxcap.post-install')
-rwxr-xr-x | testing/openxcap/openxcap.post-install | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/openxcap/openxcap.post-install b/testing/openxcap/openxcap.post-install deleted file mode 100755 index b3dff42032..0000000000 --- a/testing/openxcap/openxcap.post-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -chown -R openxcap:openxcap /var/run/openxcap -chgrp openxcap /etc/openxcap/config.ini -exit 0 |