5 lines
117 B
Python
5 lines
117 B
Python
import os
|
|
|
|
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
|
os.chmod("/sbin/unix_chkpwd", 04755)
|