diff options
author | Anton Leontiev | 2015-06-13 20:01:03 +0300 |
---|---|---|
committer | Anton Leontiev | 2015-08-02 17:23:42 +0300 |
commit | 06faf3564308157117f1afeac749298287bd3c42 (patch) | |
tree | 92b7919134071bc3fa5e67708cd91c96352975d2 /xyscan.install | |
parent | 75528bcdc9bc322ee012f277f742bca5d8ee7b78 (diff) | |
download | aur-06faf3564308157117f1afeac749298287bd3c42.tar.gz |
Update to v3.3.3-2
* Update download URL.
* Add dependency on qt5-multimedia.
* Change icon location.
Diffstat (limited to 'xyscan.install')
-rw-r--r-- | xyscan.install | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xyscan.install b/xyscan.install index 6cf972aacc6..a957b6034e9 100644 --- a/xyscan.install +++ b/xyscan.install @@ -1,12 +1,11 @@ post_install() { - [ -x /usr/bin/gtk-update-icon-cache ] && gtk-update-icon-cache -q -f -t usr/share/icons/hicolor - [ -x /usr/bin/update-desktop-database ] && /usr/bin/update-desktop-database -q + [ -x /usr/bin/update-desktop-database ] && /usr/bin/update-desktop-database -q } post_upgrade() { - post_install $1 + post_install $1 } post_remove() { - post_install $1 + post_install $1 } |