From fa0a3ef780274f9b17a10b70baafec02798b389a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 2 Apr 2013 17:47:42 -0300 Subject: hexchat-libre: updating version and move to [libre] repo due that hexchat from archlinux that is not free was included on community repo --- libre/hexchat-libre/hexchat.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libre/hexchat-libre/hexchat.install (limited to 'libre/hexchat-libre/hexchat.install') diff --git a/libre/hexchat-libre/hexchat.install b/libre/hexchat-libre/hexchat.install new file mode 100644 index 000000000..214da2ef9 --- /dev/null +++ b/libre/hexchat-libre/hexchat.install @@ -0,0 +1,14 @@ +post_install() { + gtk-update-icon-cache -ftq usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + +# vim: ts=2 sw=2 et: -- cgit v1.2.3-2-g168b