From fca98766cfdd74414c579007e8a615f9c80a1a98 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 22 Jul 2015 18:22:49 -0300 Subject: patchage: add new package to [libre] --- libre/patchage/patchage.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libre/patchage/patchage.install (limited to 'libre/patchage/patchage.install') diff --git a/libre/patchage/patchage.install b/libre/patchage/patchage.install new file mode 100644 index 000000000..c7a5da359 --- /dev/null +++ b/libre/patchage/patchage.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 +} + +post_remove() { + post_install +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3