blob: a44c674234e6a4b9e0c108539592c943b983ef76 (
plain)
1
2
3
4
5
|
post_install() {
echo "lkeyholetv will not run if /usr/bin/firefox or /usr/bin/seamonkey does not exist."
echo "You should either install Firefox or Seamonkey, or touch /usr/bin/firefox."
echo "For x86_64 and i686, the latest versions, 2.3 and 2.2, will be installed, respectively."
}
|