summaryrefslogtreecommitdiff
path: root/libre/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/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/install')
-rw-r--r--libre/p7zip/install13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/p7zip/install b/libre/p7zip/install
deleted file mode 100644
index 7f3cc4358..000000000
--- a/libre/p7zip/install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true
- [[ -x usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor || true
-}
-
-post_upgrade() {
- post_install
-}
-
-
-post_remove() {
- post_install
-}