diff options
author | Dennis Hamester | 2015-09-09 20:48:45 +0200 |
---|---|---|
committer | Dennis Hamester | 2015-09-09 20:48:45 +0200 |
commit | c716e05f65becc08aa70e7ba4bf9bee1952dbbeb (patch) | |
tree | b8fdae4c6e3a9976d023845e03bd61197d024476 /vifm-git.install | |
download | aur-c716e05f65becc08aa70e7ba4bf9bee1952dbbeb.tar.gz |
Initial commit
Diffstat (limited to 'vifm-git.install')
-rw-r--r-- | vifm-git.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vifm-git.install b/vifm-git.install new file mode 100644 index 00000000000..e111ef94605 --- /dev/null +++ b/vifm-git.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |