summarylogtreecommitdiffstats
path: root/traktor.install
diff options
context:
space:
mode:
authorAmirreza Firoozi2016-11-18 09:49:51 +0330
committerAmirreza Firoozi2016-11-18 09:49:51 +0330
commit6bb12deaad3fe75fb4a7309c6be135557d7ad7a7 (patch)
tree2d1db04eecaff9624e64b3de28148dfdc2cdf7f4 /traktor.install
parent3a937e8cbbb315e096548e3638c984e05872722a (diff)
downloadaur-6bb12deaad3fe75fb4a7309c6be135557d7ad7a7.tar.gz
Fixing tor logging problem
Diffstat (limited to 'traktor.install')
-rw-r--r--traktor.install11
1 files changed, 10 insertions, 1 deletions
diff --git a/traktor.install b/traktor.install
index 069a77ac0d0a..fdc35fd3384d 100644
--- a/traktor.install
+++ b/traktor.install
@@ -1,7 +1,16 @@
post_install() {
- traktor_configure
+ clear
+ echo
+ echo -e "If you tend to use tor on whole network you may run: traktor_tunnel"
+ echo -e "\n If you need to reconfigure traktor you may run: traktor_configure\n I will do it for you now"
+ sleep 10s
+ traktor_configure
}
post_upgrade() {
+ clear
+ echo -e "If you tend to use tor on whole network you may run: traktor_tunnel"
+ echo -e "\n If you need to reconfigure traktor you may run: traktor_configure\n I will do it for you now"
+ sleep 10s
traktor_configure
}