summaryrefslogtreecommitdiff
path: root/libre/mate-document-viewer-libre/mate-document-viewer.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-30 19:38:45 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-30 19:38:45 -0200
commit94793e4e4c280497713baa606de85045cc0b5096 (patch)
treea1beabfe1ae59611020ceedb51728631810d591e /libre/mate-document-viewer-libre/mate-document-viewer.install
parentc3f6f76a3c5c4cc11caea64a2329a648bdc18118 (diff)
mate-document-viewer-libre: add new package on [libre]
Diffstat (limited to 'libre/mate-document-viewer-libre/mate-document-viewer.install')
-rw-r--r--libre/mate-document-viewer-libre/mate-document-viewer.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/mate-document-viewer-libre/mate-document-viewer.install b/libre/mate-document-viewer-libre/mate-document-viewer.install
new file mode 100644
index 000000000..bf6781f93
--- /dev/null
+++ b/libre/mate-document-viewer-libre/mate-document-viewer.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
+}