Files
extra/p7zip/p7zip.install
2025-06-22 20:39:04 -05:00

7 lines
207 B
Plaintext

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 xarchiver.'
fi
}