Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Simplify 9ebe613
Browse files Browse the repository at this point in the history
  • Loading branch information
Key4ce committed Oct 14, 2014
1 parent 9ebe613 commit 29c3539
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions scripts/build/build_installer_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,7 @@ rebuild_port()
make clean && rm -rf work
}

if [ -z $FREEBSD_VERSION ]; then
su root -c \
"pkg delete -yf 'libaura-*'
pkg delete -yf 'libinstaller-*'
pkg delete -yf '*dfui*'
pkg delete -yf 'thttpd-notimeout-*'
pkg delete -yf 'lua50-*'
pkg delete -yf 'bsdinstaller-*'"
else
if [ $FREEBSD_VERSION -lt 9 ]; then
if [ -n "${FREEBSD_VERSION}" -a "${FREEBSD_VERSION}" -lt 9 ]; then
su root -c \
"pkg_delete -f 'libaura-*'
pkg_delete -f 'libinstaller-*'
Expand Down

0 comments on commit 29c3539

Please sign in to comment.