From 906e0f541f0910bf438d750956e508cc8e64d9aa Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 4 Sep 2014 21:05:23 -0300 Subject: qupzilla: remove libre suffix and add complex pkgrel --- libre/qupzilla/qupzilla.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/qupzilla/qupzilla.install (limited to 'libre/qupzilla/qupzilla.install') diff --git a/libre/qupzilla/qupzilla.install b/libre/qupzilla/qupzilla.install new file mode 100644 index 000000000..029294d67 --- /dev/null +++ b/libre/qupzilla/qupzilla.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor 2> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf