summaryrefslogtreecommitdiff
path: root/libre/p7zip/p7zip.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-16 18:54:33 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-16 19:01:11 -0300
commit5075361afc8a19799e5313510610ad413ff058e0 (patch)
tree8d6d296e46172ba7dd92f6017501c17c84f9a8b7 /libre/p7zip/p7zip.install
parent833a32fa22a55153e08932eb1d1d37a5ca7ab4dc (diff)
p7zip-9.38.1-3.parabola1: updating revision from Arch
Drop the 7zFM graphical frontend; we don't want to have to depend on wxgtk and the interface itself is a bit unintuitive. Alternative GUI archive managers include: file-roller, engrampa, kdeutils-ark.
Diffstat (limited to 'libre/p7zip/p7zip.install')
-rw-r--r--libre/p7zip/p7zip.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/libre/p7zip/p7zip.install b/libre/p7zip/p7zip.install
new file mode 100644
index 000000000..4c3bb82ac
--- /dev/null
+++ b/libre/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: