pub unsafe extern "C" fn alpm_pkg_has_scriptlet(
pkg: *mut alpm_pkg_t,
) -> c_intExpand 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_intReturns whether the package has an install scriptlet. @return 0 if FALSE, TRUE otherwise