diff options
author | Void <rootpascal@gmail.com> | 2017-03-05 12:49:49 +0300 |
---|---|---|
committer | Void <rootpascal@gmail.com> | 2017-03-05 12:49:49 +0300 |
commit | 2411e1029abda40f066bdc2fbc6f6ee37863ec30 (patch) | |
tree | fd78c1cea3818d9dc09b60eb80764845d067222f | |
parent | d6d1fee3f627239c7c18c22012425b77c09492aa (diff) |
Update ebuildv0.3.0
-rw-r--r-- | nemu-0.3.0.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nemu-0.3.0.ebuild b/nemu-0.3.0.ebuild index 17e2485..650544f 100644 --- a/nemu-0.3.0.ebuild +++ b/nemu-0.3.0.ebuild @@ -25,3 +25,10 @@ DEPEND="${RDEPEND} >=dev-libs/boost-1.56 app-emulation/qemu vnc? ( net-misc/tigervnc )" + +pkg_postinst() { + elog "Old database is not supported (nEMU versions < 0.2.*)." + elog "You will need to delete current database." + elog "But if you upgraded from versions >= 0.2.*" + elog "execute script /usr/share/nemu/scripts/upgrade_db.sh <db_path>" +} |