summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/.INSTALL b/.INSTALL
index 4b0b4b485d9d..3916cce56edf 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -29,7 +29,7 @@ post_upgrade() {
}
post_remove() {
- sudo rm /opt/drivesync
+ sudo rm -R /opt/drivesync
echo "Make sure to erase the cronjob with crontab -e"
echo "and remove the line 'alias drivesync='ruby /opt/drivesync/drivesync.rb'"
echo "from your .bashrc"