From 5233daa5825f00ccf0722ef9733ea6b3bbd44bc8 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 27 Apr 2012 00:01:30 +0000 Subject: Fri Apr 27 00:01:30 UTC 2012 --- community/gpicview/gpicview.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/gpicview/gpicview.install (limited to 'community/gpicview/gpicview.install') diff --git a/community/gpicview/gpicview.install b/community/gpicview/gpicview.install new file mode 100644 index 000000000..bc3abcd40 --- /dev/null +++ b/community/gpicview/gpicview.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf