refind
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user