mpv-plugin/mpv_thumbnail_script: call mpv-plugin_pkg_postinst

Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
Nicola Smaniotto
2023-07-11 11:18:59 +02:00
parent 211c116fa6
commit 2a8d5d0c08
2 changed files with 4 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ src_install() {
}
pkg_postinst(){
mpv-plugin_pkg_postinst
if [[ "${THUMBNAIL_SERVER_THREADS}" -gt 1 ]]; then
elog "Created a total of ${THUMBNAIL_SERVER_THREADS} server threads. Setting this too high is not recommended"
else

View File

@@ -46,6 +46,8 @@ src_install() {
}
pkg_postinst(){
mpv-plugin_pkg_postinst
if [[ "${THUMBNAIL_SERVER_THREADS}" -gt 1 ]]; then
elog "Created a total of ${THUMBNAIL_SERVER_THREADS} server threads. Setting this too high is not recommended"
else