summaryrefslogtreecommitdiff
path: root/libre/atril-libre/atril.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-14 04:00:44 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-14 04:00:44 +0000
commit4d799458274f83bcf13d49715eaa435045a719d7 (patch)
tree4c683fd5a06f00482a687bfa738f3d8764371d96 /libre/atril-libre/atril.install
parent4e5db57790dfb7243ca8b1d7c82f834a6294d8ab (diff)
Fri Mar 14 03:57:28 UTC 2014
Diffstat (limited to 'libre/atril-libre/atril.install')
-rw-r--r--libre/atril-libre/atril.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/atril-libre/atril.install b/libre/atril-libre/atril.install
new file mode 100644
index 000000000..bf6781f93
--- /dev/null
+++ b/libre/atril-libre/atril.install
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}