diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2013-10-19 22:25:50 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:21:36 +0200 |
commit | eae8a600524ddb5c67fa89f36b186b6649fbd8a1 (patch) | |
tree | bc30fee608e9e0974a9bdcb3e94d0207aaded247 /pcmanfm.install | |
download | pkgbuilds-eae8a600524ddb5c67fa89f36b186b6649fbd8a1.tar.xz |
pcmanfm-git: Adopted pcmanfm-git.
Diffstat (limited to 'pcmanfm.install')
-rw-r--r-- | pcmanfm.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pcmanfm.install b/pcmanfm.install new file mode 100644 index 0000000..14027ae --- /dev/null +++ b/pcmanfm.install @@ -0,0 +1,12 @@ +post_install() { + update-mime-database usr/share/mime > /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |