summarylogtreecommitdiffstats
path: root/rabbitvcs-thunar.install
diff options
context:
space:
mode:
Diffstat (limited to 'rabbitvcs-thunar.install')
-rw-r--r--rabbitvcs-thunar.install26
1 files changed, 26 insertions, 0 deletions
diff --git a/rabbitvcs-thunar.install b/rabbitvcs-thunar.install
new file mode 100644
index 000000000000..78aaf6fbfe8f
--- /dev/null
+++ b/rabbitvcs-thunar.install
@@ -0,0 +1,26 @@
+post_install(){
+cat << _EOF
+=> Be sure to restart Thunar for RabbitCVS to get loaded.
+=> Restart thunar with the following commands:
+=> $ thunar -q
+=> $ nohup thunar > /dev/null &
+_EOF
+}
+
+post_upgrade(){
+cat << _EOF
+=> Be sure to restart Thunar for RabbitCVS to get reloaded.
+=> Restart thunar with the following commands:
+=> $ thunar -q
+=> $ nohup thunar > /dev/null &
+_EOF
+}
+
+post_remove(){
+cat << _EOF
+=> Be sure to restart Thunar for RabbitCVS to get unloaded.
+=> Restart thunar with the following commands:
+=> $ thunar -q
+=> $ nohup thunar > /dev/null &
+_EOF
+}