This commit is contained in:
Rmys
2018-04-10 14:03:34 +03:00
parent 2ec51a7355
commit 44bda65d58
3 changed files with 14 additions and 0 deletions
+3
View File
@@ -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
+3
View File
@@ -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
+8
View File
@@ -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>