From f19e0cd4673a5137bf8422570b03a7488b78d653 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 18 May 2012 12:45:53 -0300 Subject: kdenetwork-kopete-libre is now on kdenetwork base --- libre/kdenetwork-kopete-libre/kdenetwork-kopete.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/kdenetwork-kopete-libre/kdenetwork-kopete.install (limited to 'libre/kdenetwork-kopete-libre/kdenetwork-kopete.install') diff --git a/libre/kdenetwork-kopete-libre/kdenetwork-kopete.install b/libre/kdenetwork-kopete-libre/kdenetwork-kopete.install new file mode 100644 index 000000000..5495fb1b5 --- /dev/null +++ b/libre/kdenetwork-kopete-libre/kdenetwork-kopete.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3