From eb9cc495e6d7c131c76f9abc178ac65f1e20fab1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 2 Nov 2013 01:12:34 -0700 Subject: Sat Nov 2 01:09:32 PDT 2013 --- community/wiznote/wiznote.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/wiznote/wiznote.install (limited to 'community/wiznote/wiznote.install') diff --git a/community/wiznote/wiznote.install b/community/wiznote/wiznote.install new file mode 100644 index 000000000..d43ea7c35 --- /dev/null +++ b/community/wiznote/wiznote.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-54-g00ecf