diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-02-15 21:32:05 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-02-15 21:32:05 (GMT) |
commit | ad0b917485532584dfcb65a1aa059ce1e627a17a (patch) | |
tree | 1e2f100c42ab0aea56eb9c983df9ab5a0e82a6a8 /abs/extra/p7zip/p7zip.install | |
parent | 6d8692bba331b7a24205e4f9bb1b91dfa6d4d6d4 (diff) | |
parent | 4d4d8d4d6e947e7c765d9fa49a73ace87da10784 (diff) | |
download | linhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.zip linhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.tar.gz linhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.tar.bz2 |
Merge branch 'testing'
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: |