From 1ae2620834322dc99e516bae97b601a6fea8eef5 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 23 Jun 2011 13:22:50 -0300 Subject: libre/liferea-libre-1.6.5-3 --- libre/liferea-libre/liferea.install | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 libre/liferea-libre/liferea.install (limited to 'libre/liferea-libre/liferea.install') diff --git a/libre/liferea-libre/liferea.install b/libre/liferea-libre/liferea.install new file mode 100644 index 000000000..369a55727 --- /dev/null +++ b/libre/liferea-libre/liferea.install @@ -0,0 +1,21 @@ +pkgname=liferea-libre +post_install() { + usr/sbin/gconfpkg --install ${pkgname} + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +pre_upgrade() { + pre_remove $1 +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + usr/sbin/gconfpkg --uninstall ${pkgname} +} + +post_remove() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} -- cgit v1.2.3-54-g00ecf