summarylogtreecommitdiffstats
path: root/rabbitvcs.install
diff options
context:
space:
mode:
Diffstat (limited to 'rabbitvcs.install')
-rw-r--r--rabbitvcs.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/rabbitvcs.install b/rabbitvcs.install
new file mode 100644
index 000000000000..e8978309c959
--- /dev/null
+++ b/rabbitvcs.install
@@ -0,0 +1,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/
+}