archrelease: copy trunk to community-any
[ArchLinux/community.git] / sbt / repos / community-any / sbt.install
blobe313d3994e44890201b094194c17214721f1e234
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