summaryrefslogtreecommitdiff
path: root/libre/p7zip-libre/install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 22:12:38 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 22:12:38 -0300
commit89c3e689a0a3348b23eeef904ba5fc936a92382c (patch)
treed06c90bb79f01e9b9011a5e5b94d04524d818e41 /libre/p7zip-libre/install
parent35f7581c202decb6716adca302099aa6e136f00f (diff)
p7zip: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/p7zip-libre/install')
-rw-r--r--libre/p7zip-libre/install13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/p7zip-libre/install b/libre/p7zip-libre/install
deleted file mode 100644
index 7f3cc4358..000000000
--- a/libre/p7zip-libre/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
-}