Skip to content

Commit 05b80fc

Browse files
committed
Minor Updates
1 parent c0a065e commit 05b80fc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scratch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -875,16 +875,16 @@ scratch_upgrade() {
875875
cd $(getportpath $inst)
876876
if ! isinstalled $inst; then
877877
settermtitle "[ $count/$total ] Installing $inst..."
878-
[ -f ./pre-install.sh ] && {
879-
sh ./pre-install.sh
878+
[ -f ./pre-upgrade.sh ] && {
879+
sh ./pre-upgrade.sh
880880
}
881881
pkgbuild -i $OPTS || {
882882
error=1
883883
count=$(( count - 1 ))
884884
break
885885
}
886-
[ -f ./post-install.sh ] && {
887-
sh ./post-install.sh
886+
[ -f ./post-upgrade.sh ] && {
887+
sh ./post-upgrade.sh
888888
}
889889
else
890890
settermtitle "[ $count/$total ] Upgrading $inst..."

0 commit comments

Comments
 (0)