From de4f0d5e3c54d11f8ef1fa859bc64089924b1bbc Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 26 May 2014 03:06:15 -0400 Subject: mv ~lukeshu/conkeror-git pcr/conkeror # and update it --- pcr/conkeror/conkeror.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pcr/conkeror/conkeror.install (limited to 'pcr/conkeror/conkeror.install') diff --git a/pcr/conkeror/conkeror.install b/pcr/conkeror/conkeror.install new file mode 100644 index 000000000..5e5cfef4d --- /dev/null +++ b/pcr/conkeror/conkeror.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