diff options
author | root <root@rshg054.dnsready.net> | 2013-02-20 00:04:38 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-20 00:04:38 -0800 |
commit | 1bd47d3e04c409582486ea3ec915d3b7899f6841 (patch) | |
tree | f09c9d0e2af9846a6fe61c07c3d7973c979f103c /community/nemo/nemo.install | |
parent | ba105c9a82cf668f973a140c1792a3c02589980d (diff) |
Wed Feb 20 00:04:38 PST 2013
Diffstat (limited to 'community/nemo/nemo.install')
-rw-r--r-- | community/nemo/nemo.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/nemo/nemo.install b/community/nemo/nemo.install new file mode 100644 index 000000000..da632ed5c --- /dev/null +++ b/community/nemo/nemo.install @@ -0,0 +1,14 @@ +post_install() { + glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -ftq usr/share/icons/hicolor + update-mime-database usr/share/mime > /dev/null +} + +post_upgrade() { + post_install "$1" +} + +post_remove() { + post_install "$1" +} |