source: flair-src/tags/latest/scripts/distribution_specific_hack.sh@ 474

Last change on this file since 474 was 469, checked in by Sanahuja Guillaume, 2 years ago

change all scripts to remove call to distribution_specific_hack, which is no longer necessary

File size: 311 bytes
Line 
1#!/bin/bash
2
3function red_echo () {
4 echo -e "\033[33m$1\033[0m"
5}
6
7red_echo "Calling distribution_specific_hack.sh is no longer necessary; this script now does nothing"
8red_echo "If you encounter problems running your program, call the distribution_specific_hack_compat.sh script and warn a Flair developer\n"
Note: See TracBrowser for help on using the repository browser.