1
General / Re: Attract Mode 1.6.2 deb for ubuntu
« on: March 28, 2016, 01:57:10 AM »
hello, i confirm the bug in the i386 package: the "postinst" has a typo in it.
to correct the bug, just extract the package using dpkg-deb, edit "postinst" and re-create the package.
original "postinst" code
should be
as in the amd64 package
i attach my corrected package to this message
[attachment deleted by admin]
to correct the bug, just extract the package using dpkg-deb, edit "postinst" and re-create the package.
original "postinst" code
Code: [Select]
#! /bin/bash -e
ln -fs "/usr/local/bin/attract" "/usr/local/bin/attract"
should be
Code: [Select]
#! /bin/bash -e
ln -fs "/usr/local/bin/attract" "/usr/bin/attract"
as in the amd64 package
i attach my corrected package to this message
[attachment deleted by admin]