diff options
Diffstat (limited to '')
-rw-r--r-- | post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/post-install b/post-install new file mode 100644 index 0000000..d516a3f --- /dev/null +++ b/post-install @@ -0,0 +1,4 @@ +#!/bin/bash + +echo "Setting up symlink to pgcli" +ln -sf /usr/share/pgcli/bin/pgcli /usr/local/bin/pgcli |