12 lines
274 B
Text
12 lines
274 B
Text
# Template file for 'libcap-pam'.
|
|
#
|
|
conf_files="/etc/security/capability.conf"
|
|
short_desc="${short_desc} (PAM module)"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains a PAM module provided by the libcap package."
|
|
|
|
do_install() {
|
|
vmove usr/lib/security usr/lib
|
|
vmove etc
|
|
}
|