summaryrefslogtreecommitdiff
path: root/community/mate-document-viewer/mate-document-viewer.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-document-viewer/mate-document-viewer.install')
-rw-r--r--community/mate-document-viewer/mate-document-viewer.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/mate-document-viewer/mate-document-viewer.install b/community/mate-document-viewer/mate-document-viewer.install
deleted file mode 100644
index bf6781f93..000000000
--- a/community/mate-document-viewer/mate-document-viewer.install
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-}