dev-scheme/scm: [QA] Fix UnnecessarySlashStrip

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-02-08 17:22:00 +01:00
parent 71ac6013ba
commit 5c6b1e80c8

View File

@@ -161,7 +161,7 @@ regen_catalog() {
}
pkg_postinst() {
[[ -z ${ROOT%/} ]] && regen_catalog
[[ -z ${ROOT} ]] && regen_catalog
}
pkg_config() {