summarylogtreecommitdiffstats
path: root/rabbitvcs.install
blob: e8978309c959e904a64ebbe3e40b0afcb73ab11c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install(){
gtk-update-icon-cache /usr/share/icons/hicolor/
cat << _EOF
=> This is the RabbitCVS core version. When installing RabbitVCS, you must install the core package as well as a package for each front-end you wish to use.
_EOF
}

post_upgrade(){
gtk-update-icon-cache /usr/share/icons/hicolor/
}

post_remove(){
gtk-update-icon-cache /usr/share/icons/hicolor/
}