repo.or.cz
/
cmus.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build oss plugin on kFreeBSD
[cmus.git]
/
scripts
/
uninstall
blob
9c2c82fc8b1c9906ce6c16aa5bbb47762fa89287
1
#!/bin/sh
2
3
test -f
"
$INSTALL_LOG
"
||
exit
0
4
5
sort
"
$INSTALL_LOG
"
|
uniq
| \
6
while
read
file
7
do
8
echo
"RM
$file
"
9
rm
-f
"
$file
"
10
rmdir
-p
"`dirname
$file
`"
2
>/
dev
/
null
11
done
12
rm
-f
"
$INSTALL_LOG
"