4548cd1a1ae1
ee4e8a0b3686
1 2 3 4
5
6
#!/bin/sh if [ "$2" = "DEINSTALL" ]; then echo "Removing ssm-user" pw -R ${PKG_ROOTDIR} userdel ssm-user -r fi