Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
postgresql-client-14.postinst
back
Copy
#!/bin/sh set -e VERSION=${DPKG_MAINTSCRIPT_PACKAGE##*-} . /usr/share/postgresql-common/maintscripts-functions if [ "$1" = configure ]; then configure_client_version $VERSION "$2" fi