pub unsafe extern "C" fn alpm_pkg_has_scriptlet(
pkg: *mut alpm_pkg_t,
) -> c_int
Expand description
Returns whether the package has an install scriptlet. @return 0 if FALSE, TRUE otherwise
pub unsafe extern "C" fn alpm_pkg_has_scriptlet(
pkg: *mut alpm_pkg_t,
) -> c_int
Returns whether the package has an install scriptlet. @return 0 if FALSE, TRUE otherwise