mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
vuls: add warning message in pkg_postinst()
This commit is contained in:
parent
5f1685bb88
commit
c2561f8864
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,4 @@
|
|||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="webui">Install WebGUI <pkg>www-apps/vulsrepo</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -396,4 +396,7 @@ pkg_postinst() {
|
|||
ewarn "3) Create a config.toml file in /var/lib/${PN}/:"
|
||||
ewarn " ~$ bzip2 -dc /usr/share/doc/vuls-${PV}/config.toml.sample.bz2 > /var/lib/${PN}/config.toml\n"
|
||||
fi
|
||||
|
||||
ewarn "\nWARNING!"
|
||||
ewarn "You need to rm /var/lib/${PN}/cve.sqlite3 and re-fetch NVD (and JVN) database\n"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue