diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-01-26 15:59:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-01-26 15:59:27 (GMT) |
commit | 16a18d2f23f66b1f4bfdac8ba9a6c8d1b4033d28 (patch) | |
tree | bd5e8ddade5ac3b1b2e0ed2d2ac738d0c2251a52 /abs/extra/p7zip/p7zip.install | |
parent | 61403468c91adfdb5287b56d864b34ae1725b97c (diff) | |
download | linhes_pkgbuild-16a18d2f23f66b1f4bfdac8ba9a6c8d1b4033d28.zip linhes_pkgbuild-16a18d2f23f66b1f4bfdac8ba9a6c8d1b4033d28.tar.gz linhes_pkgbuild-16a18d2f23f66b1f4bfdac8ba9a6c8d1b4033d28.tar.bz2 |
p7zip: update to 16.02
Diffstat (limited to 'abs/extra/p7zip/p7zip.install')
-rw-r--r-- | abs/extra/p7zip/p7zip.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra/p7zip/p7zip.install b/abs/extra/p7zip/p7zip.install new file mode 100644 index 0000000..4c3bb82 --- /dev/null +++ b/abs/extra/p7zip/p7zip.install @@ -0,0 +1,9 @@ +post_upgrade() { + if (($(vercmp $2 9.38.1-3) < 0)); then + echo ':: The 7zFM graphical frontend is no longer included in this package.' + echo ' If you used it, consider installing one of the following packages:' + echo ' 1) file-roller, 2) engrampa, 3) kdeutils-ark.' + fi +} + +# vim:set ts=2 sw=2 et: |