From 1bd47d3e04c409582486ea3ec915d3b7899f6841 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 Feb 2013 00:04:38 -0800 Subject: Wed Feb 20 00:04:38 PST 2013 --- community/nemo/nemo.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/nemo/nemo.install (limited to 'community/nemo/nemo.install') 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" +} -- cgit v1.2.3-54-g00ecf