2016-05-10 15:40:48 +02:00
|
|
|
set(shlibs_shlibs "^libtest_lib 0\\.8 generate_shlibs_ldconfig \\(>\\= 0\\.1\\.1\\)\n$")
|
2016-06-19 22:19:56 +02:00
|
|
|
# NOTE: optional dot at the end of permissions regex is for SELinux enabled systems
|
|
|
|
set(shlibs_shlibs_permissions_regex "-rw-r--r--\.? .*")
|
2016-05-10 15:40:48 +02:00
|
|
|
set(shlibs_postinst ".*ldconfig.*")
|
2016-06-19 22:19:56 +02:00
|
|
|
set(shlibs_postinst_permissions_regex "-rwxr-xr-x\.? .*")
|
2016-05-10 15:40:48 +02:00
|
|
|
set(shlibs_postrm ".*ldconfig.*")
|
2016-06-19 22:19:56 +02:00
|
|
|
set(shlibs_postrm_permissions_regex "-rwxr-xr-x\.? .*")
|
2016-05-10 15:40:48 +02:00
|
|
|
verifyDebControl("${FOUND_FILE_1}" "shlibs" "shlibs;postinst;postrm")
|