Drop post-install script for ntp-client

This commit is contained in:
Bahar KURT
2025-10-05 19:02:30 +03:00
parent 2dfff83d76
commit e97490e53a
2 changed files with 7 additions and 9 deletions
-7
View File
@@ -1,7 +0,0 @@
#!/usr/bin/python
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("/bin/chown root:wheel /usr/sbin/ntpdate")
os.system("/bin/chmod 04710 /usr/sbin/ntpdate")