package.py 281 B

12345678910
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. import os
  4. def postInstall(fromVersion, fromRelease, toVersion, toRelease):
  5. os.system("ln -s /usr/sbin/audispd /sbin/audispd")
  6. os.system("ln -s /usr/sbin/auditd /sbin/auditd")
  7. os.system("/bin/systemctl enable auditd.service")