summaryrefslogtreecommitdiff
path: root/libre/epiphany/epiphany.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 07:13:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 07:13:12 -0300
commit9072f82eb6055f81082b784666b66da380480949 (patch)
tree2660ee06b786e0e8604ca4a544ba9d2bfc74df95 /libre/epiphany/epiphany.install
parentc55e1348b6f415284260836795c462fe81ea3809 (diff)
epiphany: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/epiphany/epiphany.install')
-rw-r--r--libre/epiphany/epiphany.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/epiphany/epiphany.install b/libre/epiphany/epiphany.install
new file mode 100644
index 000000000..8b17fa3d4
--- /dev/null
+++ b/libre/epiphany/epiphany.install
@@ -0,0 +1,13 @@
+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
+}