diff options
Diffstat (limited to 'pcr/conkeror/conkeror.install')
-rw-r--r-- | pcr/conkeror/conkeror.install | 11 |
1 files changed, 11 insertions, 0 deletions
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 +} |