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
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/libGL.so.1.2</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
@@ -181,6 +182,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2018-04-10</Date>
|
||||
<Version>13.0.4</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-02-06</Date>
|
||||
<Version>13.0.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user