summarylogtreecommitdiffstats
path: root/rabbitvcs-thunar.install
diff options
context:
space:
mode:
authorgilcu32020-03-28 11:57:28 +0100
committergilcu32020-03-28 12:04:30 +0100
commit20a38b37e475b7d00cd8b481dde4f0691b3a8ff5 (patch)
tree49c28992a32272d332a36bab7a2c304bf17eb6cb /rabbitvcs-thunar.install
parent7d7dbeee93ce02a081e37d6cbb1c3d96f7678161 (diff)
downloadaur-20a38b37e475b7d00cd8b481dde4f0691b3a8ff5.tar.gz
updated to use current rabbitvcs version
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
+}