From bd0cccafbb191476dc807a581dc8a9aaf3d8aec0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 13 Mar 2013 17:11:55 -0300 Subject: gnormalize-libre: adding new package to [libre] repo --- libre/gnormalize-libre/gnormalize.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libre/gnormalize-libre/gnormalize.install (limited to 'libre/gnormalize-libre/gnormalize.install') diff --git a/libre/gnormalize-libre/gnormalize.install b/libre/gnormalize-libre/gnormalize.install new file mode 100644 index 000000000..ef533df53 --- /dev/null +++ b/libre/gnormalize-libre/gnormalize.install @@ -0,0 +1,14 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3