diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-20 10:27:42 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-20 10:27:42 +0100 |
commit | 510e46e27a20e01134b2a7a8da3774336cf279aa (patch) | |
tree | f509ce61848fcfc0ef72c8dfe3528062e0045032 /community/nemo/nemo.install | |
parent | 855edb52bd8eb32bb11173a398fa09c1341dc165 (diff) | |
parent | 1bd47d3e04c409582486ea3ec915d3b7899f6841 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/linux-tools/PKGBUILD
community/projectm/PKGBUILD
extra/gnome-themes-standard/PKGBUILD
libre/linux-libre-tools/PKGBUILD
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" +} |