diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-03-13 00:38:18 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-03-13 00:38:18 -0300 |
commit | e521b9d92957b2321a103d3ca8f356dd1ed72198 (patch) | |
tree | 6c0553ae27cccec2da0756829708792cad981de7 /libre/mate-document-viewer-libre/mate-document-viewer.install | |
parent | 5d17a38c53d49761f8b8a298ef35989ab22fa3bd (diff) | |
download | abslibre-e521b9d92957b2321a103d3ca8f356dd1ed72198.tar.gz abslibre-e521b9d92957b2321a103d3ca8f356dd1ed72198.tar.bz2 abslibre-e521b9d92957b2321a103d3ca8f356dd1ed72198.zip |
renamed mate-document-viewer-libre to atril-libre and mate-file-archiver-libre to engrampa-libre
Diffstat (limited to 'libre/mate-document-viewer-libre/mate-document-viewer.install')
-rw-r--r-- | libre/mate-document-viewer-libre/mate-document-viewer.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/mate-document-viewer-libre/mate-document-viewer.install b/libre/mate-document-viewer-libre/mate-document-viewer.install deleted file mode 100644 index bf6781f93..000000000 --- a/libre/mate-document-viewer-libre/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 -} |