summary refs log tree commit diff stats
path: root/INSTALL
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-06-18 19:58:53 +0200
committerhut <hut@lavabit.com>2010-06-18 19:58:53 +0200
commit3edc9f863190f7792e0e5d0fa828e6dfa2ddbf29 (patch)
treedb978f1c785800f63faf64cd5ca2f9838f3e8413 /INSTALL
parent9518af1e5838643ef0fb68fd75fb275bb461ca3c (diff)
downloadranger-3edc9f863190f7792e0e5d0fa828e6dfa2ddbf29.tar.gz
INSTALL: changed logname from uninstall_info to install_log.txt
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 3f4e0198..fc594c86 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ Installing
 Use the package manager of your operating system to install ranger.
 
 To install ranger manually, use either:
-sudo ./setup.py install --optimize=1 --record=uninstall_info
+sudo ./setup.py install --optimize=1 --record=install_log.txt
 
 or for short:
 sudo make install
@@ -17,7 +17,7 @@ Again, use your package manager to uninstall ranger.  No other way for
 automatically removing ranger is supported!
 
 However, if you installed ranger with the command above, all installed files
-have been recorded to "uninstall_info".  This information can be used to remove
+have been recorded to "install_log.txt".  This information can be used to remove
 ranger by hand, e.g.:
 
-cat uninstall_info | xargs -d "\n" sudo rm --
+cat install_log.txt | xargs -d "\n" sudo rm --
/a> 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226