Ignore:
Timestamp:
03/10/22 10:50:29 (2 years ago)
Author:
Sanahuja Guillaume
Message:

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

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/scripts/distribution_specific_hack_compat.sh

    r467 r469  
    2121        echo -e "\033[32m$1\033[0m"
    2222}
     23
     24function red_echo () {
     25        echo -e "\033[33m$1\033[0m"
     26}
     27
     28red_echo "Calling distribution_specific_hack_compat.sh should not be necessary; try without it or warn a Flair developer"
     29red_echo "This script will be removed in future releases\n"
    2330
    2431if [ -f /etc/lsb-release ]; then
Note: See TracChangeset for help on using the changeset viewer.