blob: 3e053d303629b5eab5d6f75aebb13685d2265a3d (
plain)
1
2
3
4
|
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."
}
|