From 0dd021f56a8c6682d00fb0cd9e8e967fed0fad7f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 28 Feb 2012 02:24:59 -0500 Subject: conkeror has been moved form Arch's [community] to AUR, so I'm adopting it in [~lukeshu] --- ~lukeshu/conkeror-git/conkeror-git.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ~lukeshu/conkeror-git/conkeror-git.install (limited to '~lukeshu/conkeror-git/conkeror-git.install') diff --git a/~lukeshu/conkeror-git/conkeror-git.install b/~lukeshu/conkeror-git/conkeror-git.install new file mode 100644 index 000000000..5e5cfef4d --- /dev/null +++ b/~lukeshu/conkeror-git/conkeror-git.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + update-desktop-database -q +} -- cgit v1.2.3