openssl-1.1 new package

This commit is contained in:
Rmys
2024-12-18 12:15:26 +03:00
parent 6dc2ed66ce
commit d185a754a6
27 changed files with 1873 additions and 20 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("/usr/bin/c_rehash-1.1 /etc/ssl/certs")