This commit is contained in:
poyraz76
2016-08-17 16:18:02 +03:00
parent 65fa6c5f96
commit 124ac61568
3 changed files with 64 additions and 0 deletions
+12
View File
@@ -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