diff options
author | Ben Ruijl | 2016-09-15 12:59:52 -0300 |
---|---|---|
committer | Ben Ruijl | 2016-09-15 13:03:51 -0300 |
commit | a0ab44c402175cb09d9d9f07148b529bed8a1c0f (patch) | |
tree | 1a88f280ba17dc8e46bd952c7edcc235983eaf22 /sabnzbd.install | |
parent | 0b646e88936489328cc451093f65e9401533e8c2 (diff) | |
download | aur-a0ab44c402175cb09d9d9f07148b529bed8a1c0f.tar.gz |
Updated to version 1.1.0
- Changed icons
Diffstat (limited to 'sabnzbd.install')
-rw-r--r-- | sabnzbd.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sabnzbd.install b/sabnzbd.install index d2a16ea965d4..cf84a4790565 100644 --- a/sabnzbd.install +++ b/sabnzbd.install @@ -11,7 +11,7 @@ post_install() { # add x-nzb mimetype if [[ -f /usr/bin/xdg-mime ]]; then xdg-mime install --mode system "${SABNZBD_DIR}/x-nzb.xml" - xdg-icon-resource install --context mimetypes --size 64 "${SABNZBD_DIR}/nzb-2.png" application-x-nzb + xdg-icon-resource install --context mimetypes --size 256 "${SABNZBD_DIR}/nzb.png" application-x-nzb fi post_upgrade @@ -54,7 +54,7 @@ pre_remove() { if [[ -f /usr/bin/xdg-mime ]]; then xdg-mime uninstall --mode system "${SABNZBD_DIR}/x-nzb.xml" - xdg-icon-resource uninstall --context mimetypes --size 64 application-x-nzb + xdg-icon-resource uninstall --context mimetypes --size 256 application-x-nzb fi } |