Browse Source

do not uninstall leaves when pupgrade, it removes packages that are needed for compile

pull/1/head
10sr 11 years ago
parent
commit
b4646e3158
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc View File

@@ -190,7 +190,7 @@ null type apt-get && \
alias aupgrade="sudo apt-get autoremove --yes && sudo apt-get update --yes && sudo apt-get upgrade --yes"
null type port && \
alias port="port -v"
alias pupgrade="sudo port -v selfupdate && { sudo port -v upgrade outdated; sudo port -v uninstall leaves; }"
alias pupgrade="sudo port -v selfupdate && { sudo port -v upgrade outdated; }"

if iscygwin; then
null type windate || alias windate="/c/Windows/System32/cmd.exe //c 'echo %DATE%-%TIME%'"


Loading…
Cancel
Save