mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -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(){
|
pkg_postinst(){
|
||||||
|
mpv-plugin_pkg_postinst
|
||||||
|
|
||||||
if [[ "${THUMBNAIL_SERVER_THREADS}" -gt 1 ]]; then
|
if [[ "${THUMBNAIL_SERVER_THREADS}" -gt 1 ]]; then
|
||||||
elog "Created a total of ${THUMBNAIL_SERVER_THREADS} server threads. Setting this too high is not recommended"
|
elog "Created a total of ${THUMBNAIL_SERVER_THREADS} server threads. Setting this too high is not recommended"
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -46,6 +46,8 @@ src_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst(){
|
pkg_postinst(){
|
||||||
|
mpv-plugin_pkg_postinst
|
||||||
|
|
||||||
if [[ "${THUMBNAIL_SERVER_THREADS}" -gt 1 ]]; then
|
if [[ "${THUMBNAIL_SERVER_THREADS}" -gt 1 ]]; then
|
||||||
elog "Created a total of ${THUMBNAIL_SERVER_THREADS} server threads. Setting this too high is not recommended"
|
elog "Created a total of ${THUMBNAIL_SERVER_THREADS} server threads. Setting this too high is not recommended"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user