repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
sbt
/
repos
/
community-any
/
sbt.install
blob
e313d3994e44890201b094194c17214721f1e234
1
# Config file switch does not play well with Pacman so let's clear this
2
pre_upgrade() {
3
conf_link='/etc/sbt/sbtopts'
4
if [ -L $conf_link ]; then
5
unlink $conf_link
6
cp /usr/share/sbt/conf/sbtopts $conf_link
7
fi
8
}