summaryrefslogtreecommitdiff
path: root/libre/p7zip/p7zip.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2021-04-30 22:10:21 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2021-04-30 22:10:21 -0500
commite3f5ca21b006cfb164382123fd13c98f4ce1a77e (patch)
tree3bda0747396bb909f73c1e80c3dae120b747109a /libre/p7zip/p7zip.install
parent380ff5f5138df3cc7b50ec0f31811dadeb7a01db (diff)
downloadabslibre-e3f5ca21b006cfb164382123fd13c98f4ce1a77e.tar.gz
abslibre-e3f5ca21b006cfb164382123fd13c98f4ce1a77e.tar.bz2
abslibre-e3f5ca21b006cfb164382123fd13c98f4ce1a77e.zip
p7zip-17.04-1.parabola1: updating version
Diffstat (limited to 'libre/p7zip/p7zip.install')
-rw-r--r--libre/p7zip/p7zip.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/libre/p7zip/p7zip.install b/libre/p7zip/p7zip.install
deleted file mode 100644
index 4c3bb82ac..000000000
--- a/libre/p7zip/p7zip.install
+++ /dev/null
@@ -1,9 +0,0 @@
-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: