mkinitramfs revert changes

This commit is contained in:
bferturk
2016-04-28 10:25:04 +03:00
parent 35476060ce
commit d249dd4fae
4 changed files with 3 additions and 13 deletions
-10
View File
@@ -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")
+1 -1
View File
@@ -21,4 +21,4 @@ def cleanupPackage(metapath, filepath):
pass
def postCleanupPackage(metapath, filepath):
generate_initramfs(filepath)
pass
-1
View File
@@ -40,7 +40,6 @@
</AdditionalFiles>
<Provides>
<COMAR script="pakhandler.py">System.PackageHandler</COMAR>
<COMAR script="package.py">System.Package</COMAR>
</Provides>
</Package>