mesa
This commit is contained in:
Regular → Executable
+3
@@ -9,6 +9,9 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
|
||||
if not os.path.lexists("/usr/lib32/libGL.so.1"):
|
||||
os.symlink("libGL.so.1.2.0", "/usr/lib32/libGL.so.1")
|
||||
|
||||
if not os.path.lexists("/usr/lib32/libGL.so.1.2"):
|
||||
os.symlink("libGL.so.1.2.0", "/usr/lib32/libGL.so.1.2")
|
||||
|
||||
def preRemove():
|
||||
# FIXME This is not needed when upgrading package; but pisi does not
|
||||
|
||||
Regular → Executable
+3
@@ -9,6 +9,9 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
|
||||
if not os.path.lexists("/usr/lib/libGL.so.1"):
|
||||
os.symlink("libGL.so.1.2.0", "/usr/lib/libGL.so.1")
|
||||
|
||||
if not os.path.lexists("/usr/lib/libGL.so.1.2"):
|
||||
os.symlink("libGL.so.1.2.0", "/usr/lib/libGL.so.1.2")
|
||||
|
||||
def preRemove():
|
||||
# FIXME This is not needed when upgrading package; but pisi does not
|
||||
|
||||
Reference in New Issue
Block a user