diff options
author | Eric Berquist | 2019-12-17 09:11:07 -0500 |
---|---|---|
committer | Eric Berquist | 2019-12-17 09:11:07 -0500 |
commit | 6944bf7441c40bcc316e68d79aa68ab4e0f91105 (patch) | |
tree | c1f72a37fdd797202acc89cb427717a376314715 /vmd.install | |
parent | 760593779fbb76e72a9a6463e6e74c58b2bb3a5a (diff) | |
download | aur-6944bf7441c40bcc316e68d79aa68ab4e0f91105.tar.gz |
Initial version of install script and icon
Diffstat (limited to 'vmd.install')
-rw-r--r-- | vmd.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vmd.install b/vmd.install new file mode 100644 index 00000000000..2eaa60550d5 --- /dev/null +++ b/vmd.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |