mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
mpv-plugin/mpv_thumbnail_script: call mpv-plugin_pkg_postinst
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user