0byt3m1n1
Path:
/
var
/
lib
/
dpkg
/
info
/
[
Home
]
File: openssl.postinst
#!/bin/sh -e if [ ! -e /usr/lib/ssl ] then echo Linking /usr/lib/ssl to /etc/ssl ln -sf /etc/ssl /usr/lib/ssl fi