bugfix pgAdmin 4.app; cleanup others

This commit is contained in:
AJ ONeal
2020-06-18 06:59:08 +00:00
parent 7e925a988d
commit 66f0e8daa6
3 changed files with 3 additions and 48 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ pkg_install() {
pkg_link() {
# rm -f "$HOME/.local/opt/postgres"
rm -f "$pkg_dst"
rm -f "$HOME/Applications/pgAdmin*.app" || true
rm -f "$HOME/Applications/pgAdmin"*.app || true
# ln -s "$HOME/.local/opt/postgres-v10.13" "$HOME/.local/opt/postgres"
ln -s "$pkg_src" "$pkg_dst"