summaryrefslogtreecommitdiff
path: root/libre/evince/evince.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-28 12:13:15 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-28 12:13:34 -0300
commit33b01710ac5913d7950dcad596e2325d4e128681 (patch)
treed66ee770f2a93cab603fcfd4bfe3229980120ae2 /libre/evince/evince.install
parent2cdab2e6178ba479e232923a5d1aa566034e2a99 (diff)
downloadabslibre-33b01710ac5913d7950dcad596e2325d4e128681.tar.gz
abslibre-33b01710ac5913d7950dcad596e2325d4e128681.tar.bz2
abslibre-33b01710ac5913d7950dcad596e2325d4e128681.zip
evince: remove from [libre] because unrar has been removed from optdepends (FS#44608 -> https://bugs.archlinux.org/task/44608)
Diffstat (limited to 'libre/evince/evince.install')
-rw-r--r--libre/evince/evince.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/evince/evince.install b/libre/evince/evince.install
deleted file mode 100644
index 1571179ca..000000000
--- a/libre/evince/evince.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}