mkinitramfs revert changes
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
|
||||
def preRemove():
|
||||
|
||||
if os.path.exists("/var/db/comar3/apps/mkinitramfs"):
|
||||
os.unlink("/var/db/comar3/scripts/System.PackageHandler/mkinitramfs.py")
|
||||
os.system("/bin/rm -Rf /var/db/comar3/apps/mkinitramfs")
|
||||
|
||||
@@ -21,4 +21,4 @@ def cleanupPackage(metapath, filepath):
|
||||
pass
|
||||
|
||||
def postCleanupPackage(metapath, filepath):
|
||||
generate_initramfs(filepath)
|
||||
pass
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
</AdditionalFiles>
|
||||
<Provides>
|
||||
<COMAR script="pakhandler.py">System.PackageHandler</COMAR>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
</Provides>
|
||||
</Package>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user