Files
main/system/boot/refind/comar/package.py
T
poyraz76 124ac61568 refind
2016-08-17 16:18:02 +03:00

13 lines
207 B
Python

#!/usr/bin/python
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("refind-install")
os.system("rm -rf /boot/efi/EFI/boot")
def preRemove():
pass