summaryrefslogtreecommitdiff
path: root/libre/epiphany-libre/epiphany.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-12 01:25:16 -0700
committerroot <root@rshg054.dnsready.net>2013-07-12 01:25:16 -0700
commit2579dc888d0308c442245d932f99cc4c61c39299 (patch)
tree5918cd8d62c952274814cf483fc59ed0d0751d1b /libre/epiphany-libre/epiphany.install
parent2e85ee969c4be5762301fc1447315f132aca1fc8 (diff)
Fri Jul 12 01:25:08 PDT 2013
Diffstat (limited to 'libre/epiphany-libre/epiphany.install')
-rw-r--r--libre/epiphany-libre/epiphany.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/epiphany-libre/epiphany.install b/libre/epiphany-libre/epiphany.install
new file mode 100644
index 000000000..8b17fa3d4
--- /dev/null
+++ b/libre/epiphany-libre/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
+}