summaryrefslogtreecommitdiff
path: root/libre/p7zip/p7zip.install
diff options
context:
space:
mode:
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: