summarylogtreecommitdiffstats
path: root/session-desktop-bin.install
blob: 7b8968f653829e4fe695ff3ba09190c0c561fb5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
    ln -sf /opt/Session/session-desktop /usr/bin/session-messenger-desktop
    update-desktop-database /usr/share/applications
    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}

post_upgrade() {
    post_install
}

post_remove() {
    rm -f /usr/bin/session-messenger-desktop
    update-desktop-database /usr/share/applications
    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}