repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git]
/
arcacmd
/
arcacmd.install
blob
817e6d3d855a64105d2a914d2c02aa9328beec39
1
## arg 1: the old package version
2
pre_remove() {
3
#remove temp files created by updater
4
#rm /usr/local/share/arcacmd/bases/tmp/*
5
#rm /usr/local/share/arcacmd/bases/*.log
6
rm -R /usr/local/share/arcacmd/bases/*
7
}
8
9
op=$1
10
shift
11
$op $*
12
# vim:set ts=2 sw=2 et: