summarylogtreecommitdiffstats
path: root/utorrent.install
blob: 3785add74aafa7a05a74f3b385eb2acc3fcaa1c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
_update() {
    xdg-icon-resource forceupdate --theme hicolor
    update-desktop-database -q
}

post_install() {
    _update
    echo ":: uTorrent locates in ~/.uTorrent/"
    echo ":: For compatiblity info, see: https://appdb.winehq.org/objectManager.php?sClass=version&iId=22031"
    echo ":: To make uTorrent the default torrent application:
   $ xdg-mime default uTorrent.desktop application/x-bittorrent x-scheme-handler/magnet
   (see: https://wiki.archlinux.org/index.php/Xdg-open)"
}

post_upgrade() {
    _update
}

post_remove() {
    _update
}