summarylogtreecommitdiffstats
path: root/thunderbird-nightly.install
blob: b8e62243ac017bbb3487f8297aa7878aed59ede9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
    echo ""
    echo "Note: the binary is called 'thunderbird-nightly'"
    echo ""
    post_upgrade
}

post_upgrade() {
    update-desktop-database -q
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}

post_remove() {
    post_upgrade
}