From: Michael Tremer Date: Tue, 20 Dec 2022 16:57:52 +0000 (+0000) Subject: filesystem: Drop Python scriptlet X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=480cb5d36d29181f5a8f07aeb4e1786e087eb2d1;p=ipfire-3.x.git filesystem: Drop Python scriptlet This is now being handled in Pakfire. Signed-off-by: Michael Tremer --- diff --git a/filesystem/filesystem.nm b/filesystem/filesystem.nm index b7966a8c5..cb406610c 100644 --- a/filesystem/filesystem.nm +++ b/filesystem/filesystem.nm @@ -5,7 +5,7 @@ name = filesystem version = 002 -release = 2 +release = 3 maintainer = Michael Tremer groups = Base Build System/Base @@ -24,12 +24,6 @@ end sources = build - # Pakfire supports python scriptlets since - # version 0.9.22. - requires - pakfire-builder >= 0.9.22 - end - DIR_APP = %{DIR_SRC} build @@ -107,25 +101,6 @@ end packages package %{name} prerequires = setup - - # We do not know, if the filesystem package is the first - # in the transaction, so we create the symlinks prior to running - # the transaction. - script pretransin python - if not os.path.exists("/usr"): - os.makedirs("/usr") - - for dir in ("/lib", "/%{lib}", "/sbin", "/bin"): - usr_dir = "/usr%s" % dir - - if not os.path.exists(usr_dir): - os.makedirs(usr_dir) - - try: - os.lstat(dir) - except OSError: - os.symlink(usr_dir[1:], dir) - end end # Although this package is not noarch, it does not