summaryrefslogtreecommitdiff
path: root/libre/epiphany/epiphany.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-05 17:47:01 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-05 17:47:01 -0300
commit3db6c1b9f7644bdaa1cc2ba9e9f523ef07028b73 (patch)
treeddbc59ae1b32da731401eadf67d66680c61df614 /libre/epiphany/epiphany.install
parent24e60f2102bfe288f740e0845951f76fdb013991 (diff)
parentdb5a47408bc6cf52599c5853c6dd9da89f3512bc (diff)
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
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
+}