D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
mailutils.prerm
back
Copy
#!/bin/sh set -e if [ "$1" = "remove" ]; then for bin in dotlock frm from messages movemail readmsg; do update-alternatives --remove $bin /usr/bin/$bin.mailutils done update-alternatives --remove mailx /usr/bin/mail.mailutils fi