summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNahuel Morata2017-11-19 18:59:41 -0300
committerNahuel Morata2017-11-19 18:59:41 -0300
commitad6777714cd0451d20adbad594edc09dc0059de6 (patch)
treeeddc1b7c682d3aaa397804c78d972771416a7951
parent7c99b63ab940db9f383dea2749fa68b904be8869 (diff)
downloadaur-ad6777714cd0451d20adbad594edc09dc0059de6.tar.gz
Arreglo para el borrado
-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"