wok rev 24448

firefox-official*: disable update by policy
author Hans-G?nter Theisgen
date Tue Feb 15 10:43:08 2022 +0100 (2022-02-15)
parents ede1d184d5c5
children c31dd9c348cb
files firefox-official-da/receipt firefox-official-de/receipt firefox-official-en-GB/receipt firefox-official-es/receipt firefox-official-fr/receipt firefox-official-it/receipt firefox-official-pt-BR/receipt firefox-official-ru/receipt firefox-official-uk/receipt firefox-official/receipt firefox-official/stuff/policies.json
line diff
     1.1 --- a/firefox-official-da/receipt	Mon Feb 14 17:51:14 2022 +0000
     1.2 +++ b/firefox-official-da/receipt	Tue Feb 15 10:43:08 2022 +0100
     1.3 @@ -17,6 +17,8 @@
     1.4  SUGGESTED="vlc"
     1.5  DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap"
     1.6  
     1.7 +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json"
     1.8 +
     1.9  HOST_ARCH="i486"
    1.10  
    1.11  # What is the latest version available today?
    1.12 @@ -32,7 +34,7 @@
    1.13  	# Installation path
    1.14  	fx='/opt/mozilla/firefox'
    1.15  
    1.16 -	mkdir -p $install$fx
    1.17 +	mkdir -p $install$fx/distribution
    1.18  	mkdir -p $install/usr/bin
    1.19  	mkdir -p $install/usr/share/applications
    1.20  	mkdir -p $install/usr/share/icons/hicolor/128x128/apps
    1.21 @@ -55,7 +57,12 @@
    1.22  	  done
    1.23  
    1.24  	# Desktop shortcut
    1.25 -	cp $stuff/firefox-official.desktop	$install/usr/share/applications
    1.26 +	cp $WOK/firefox-official/stuff/firefox-official.desktop	\
    1.27 +				$install/usr/share/applications
    1.28 +
    1.29 +	# Disable update
    1.30 +	cp $WOK/firefox-official/stuff/policies.json	\
    1.31 +				$install$fx/distribution
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/firefox-official-de/receipt	Mon Feb 14 17:51:14 2022 +0000
     2.2 +++ b/firefox-official-de/receipt	Tue Feb 15 10:43:08 2022 +0100
     2.3 @@ -8,14 +8,17 @@
     2.4  SHORT_DESC="Official Firefox build by the Mozilla foundation (German language)."
     2.5  MAINTAINER="al.bobylev@gmail.com"
     2.6  LICENSE="MPL2"
     2.7 -WEB_SITE="http://www.mozilla.org/firefox"
     2.8 +WEB_SITE="https://www.mozilla.org/firefox"
     2.9  
    2.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.11 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    2.12 +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    2.13  
    2.14  PROVIDE="firefox-official browser-html5"
    2.15  SUGGESTED="vlc"
    2.16  DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap"
    2.17 +
    2.18 +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json"
    2.19 +
    2.20  HOST_ARCH="i486"
    2.21  
    2.22  # What is the latest version available today?
    2.23 @@ -31,7 +34,7 @@
    2.24  	# Installation path
    2.25  	fx='/opt/mozilla/firefox'
    2.26  
    2.27 -	mkdir -p $install$fx
    2.28 +	mkdir -p $install$fx/distribution
    2.29  	mkdir -p $install/usr/bin
    2.30  	mkdir -p $install/usr/share/applications
    2.31  	mkdir -p $install/usr/share/icons/hicolor/128x128/apps
    2.32 @@ -59,7 +62,12 @@
    2.33  	# because 77.0 is the last 32 bit version
    2.34  
    2.35  	# Desktop shortcut
    2.36 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    2.37 +	cp $WOK/firefox-official/stuff/firefox-official.desktop	\
    2.38 +				$install/usr/share/applications
    2.39 +
    2.40 +	# Disable update
    2.41 +	cp $WOK/firefox-official/stuff/policies.json	\
    2.42 +				$install$fx/distribution
    2.43  }
    2.44  
    2.45  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.1 --- a/firefox-official-en-GB/receipt	Mon Feb 14 17:51:14 2022 +0000
     3.2 +++ b/firefox-official-en-GB/receipt	Tue Feb 15 10:43:08 2022 +0100
     3.3 @@ -8,14 +8,17 @@
     3.4  SHORT_DESC="Official Firefox build by the Mozilla foundation (English language for Great Britain)."
     3.5  MAINTAINER="al.bobylev@gmail.com"
     3.6  LICENSE="MPL2"
     3.7 -WEB_SITE="http://www.mozilla.org/firefox"
     3.8 +WEB_SITE="https://www.mozilla.org/firefox"
     3.9  
    3.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.11 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    3.12 +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    3.13  
    3.14  PROVIDE="firefox-official browser-html5"
    3.15  SUGGESTED="vlc"
    3.16  DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap"
    3.17 +
    3.18 +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json"
    3.19 +
    3.20  HOST_ARCH="i486"
    3.21  
    3.22  # What is the latest version available today?
    3.23 @@ -31,7 +34,7 @@
    3.24  	# Installation path
    3.25  	fx='/opt/mozilla/firefox'
    3.26  
    3.27 -	mkdir -p $install$fx
    3.28 +	mkdir -p $install$fx/distribution
    3.29  	mkdir -p $install/usr/bin
    3.30  	mkdir -p $install/usr/share/applications
    3.31  	mkdir -p $install/usr/share/icons/hicolor/128x128/apps
    3.32 @@ -59,7 +62,12 @@
    3.33  	# because 77.0 is the last 32 bit version
    3.34  
    3.35  	# Desktop shortcut
    3.36 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    3.37 +	cp $WOK/firefox-official/stuff/firefox-official.desktop	\
    3.38 +				$install/usr/share/applications
    3.39 +
    3.40 +	# Disable update
    3.41 +	cp $WOK/firefox-official/stuff/policies.json	\
    3.42 +				$install$fx/distribution
    3.43  }
    3.44  
    3.45  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/firefox-official-es/receipt	Mon Feb 14 17:51:14 2022 +0000
     4.2 +++ b/firefox-official-es/receipt	Tue Feb 15 10:43:08 2022 +0100
     4.3 @@ -8,14 +8,17 @@
     4.4  SHORT_DESC="Official Firefox build by the Mozilla foundation (Spanish language)."
     4.5  MAINTAINER="al.bobylev@gmail.com"
     4.6  LICENSE="MPL2"
     4.7 -WEB_SITE="http://www.mozilla.org/firefox"
     4.8 +WEB_SITE="https://www.mozilla.org/firefox"
     4.9  
    4.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.11 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    4.12 +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    4.13  
    4.14  PROVIDE="firefox-official browser-html5"
    4.15  SUGGESTED="vlc"
    4.16  DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap"
    4.17 +
    4.18 +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json"
    4.19 +
    4.20  HOST_ARCH="i486"
    4.21  
    4.22  # What is the latest version available today?
    4.23 @@ -31,7 +34,7 @@
    4.24  	# Installation path
    4.25  	fx='/opt/mozilla/firefox'
    4.26  
    4.27 -	mkdir -p $install$fx
    4.28 +	mkdir -p $install$fx/distribution
    4.29  	mkdir -p $install/usr/bin
    4.30  	mkdir -p $install/usr/share/applications
    4.31  	mkdir -p $install/usr/share/icons/hicolor/128x128/apps
    4.32 @@ -59,7 +62,12 @@
    4.33  	# because 77.0 is the last 32 bit version
    4.34  
    4.35  	# Desktop shortcut
    4.36 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    4.37 +	cp $WOK/firefox-official/stuff/firefox-official.desktop	\
    4.38 +				$install/usr/share/applications
    4.39 +
    4.40 +	# Disable update
    4.41 +	cp $WOK/firefox-official/stuff/policies.json	\
    4.42 +				$install$fx/distribution
    4.43  }
    4.44  
    4.45  # Rules to gen a SliTaz package suitable for Tazpkg.
     5.1 --- a/firefox-official-fr/receipt	Mon Feb 14 17:51:14 2022 +0000
     5.2 +++ b/firefox-official-fr/receipt	Tue Feb 15 10:43:08 2022 +0100
     5.3 @@ -8,14 +8,17 @@
     5.4  SHORT_DESC="Official Firefox build by the Mozilla foundation (French language)."
     5.5  MAINTAINER="al.bobylev@gmail.com"
     5.6  LICENSE="MPL2"
     5.7 -WEB_SITE="http://www.mozilla.org/firefox"
     5.8 +WEB_SITE="https://www.mozilla.org/firefox"
     5.9  
    5.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.11 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    5.12 +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    5.13  
    5.14  PROVIDE="firefox-official browser-html5"
    5.15  SUGGESTED="vlc"
    5.16  DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap"
    5.17 +
    5.18 +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json"
    5.19 +
    5.20  HOST_ARCH="i486"
    5.21  
    5.22  # What is the latest version available today?
    5.23 @@ -31,7 +34,7 @@
    5.24  	# Installation path
    5.25  	fx='/opt/mozilla/firefox'
    5.26  
    5.27 -	mkdir -p $install$fx
    5.28 +	mkdir -p $install$fx/distribution
    5.29  	mkdir -p $install/usr/bin
    5.30  	mkdir -p $install/usr/share/applications
    5.31  	mkdir -p $install/usr/share/icons/hicolor/128x128/apps
    5.32 @@ -59,7 +62,12 @@
    5.33  	# because 77.0 is the last 32 bit version
    5.34  
    5.35  	# Desktop shortcut
    5.36 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    5.37 +	cp $WOK/firefox-official/stuff/firefox-official.desktop	\
    5.38 +				$install/usr/share/applications
    5.39 +
    5.40 +	# Disable update
    5.41 +	cp $WOK/firefox-official/stuff/policies.json	\
    5.42 +				$install$fx/distribution
    5.43  }
    5.44  
    5.45  # Rules to gen a SliTaz package suitable for Tazpkg.
     6.1 --- a/firefox-official-it/receipt	Mon Feb 14 17:51:14 2022 +0000
     6.2 +++ b/firefox-official-it/receipt	Tue Feb 15 10:43:08 2022 +0100
     6.3 @@ -8,14 +8,17 @@
     6.4  SHORT_DESC="Official Firefox build by the Mozilla foundation (Italian language)."
     6.5  MAINTAINER="al.bobylev@gmail.com"
     6.6  LICENSE="MPL2"
     6.7 -WEB_SITE="http://www.mozilla.org/firefox"
     6.8 +WEB_SITE="https://www.mozilla.org/firefox"
     6.9  
    6.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    6.11 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    6.12 +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    6.13  
    6.14  PROVIDE="firefox-official browser-html5"
    6.15  SUGGESTED="vlc"
    6.16  DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap"
    6.17 +
    6.18 +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json"
    6.19 +
    6.20  HOST_ARCH="i486"
    6.21  
    6.22  # What is the latest version available today?
    6.23 @@ -31,7 +34,7 @@
    6.24  	# Installation path
    6.25  	fx='/opt/mozilla/firefox'
    6.26  
    6.27 -	mkdir -p $install$fx
    6.28 +	mkdir -p $install$fx/distribution
    6.29  	mkdir -p $install/usr/bin
    6.30  	mkdir -p $install/usr/share/applications
    6.31  	mkdir -p $install/usr/share/icons/hicolor/128x128/apps
    6.32 @@ -59,7 +62,12 @@
    6.33  	# because 77.0 is the last 32 bit version
    6.34  
    6.35  	# Desktop shortcut
    6.36 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    6.37 +	cp $WOK/firefox-official/stuff/firefox-official.desktop	\
    6.38 +				$install/usr/share/applications
    6.39 +
    6.40 +	# Disable update
    6.41 +	cp $WOK/firefox-official/stuff/policies.json	\
    6.42 +				$install$fx/distribution
    6.43  }
    6.44  
    6.45  # Rules to gen a SliTaz package suitable for Tazpkg.
     7.1 --- a/firefox-official-pt-BR/receipt	Mon Feb 14 17:51:14 2022 +0000
     7.2 +++ b/firefox-official-pt-BR/receipt	Tue Feb 15 10:43:08 2022 +0100
     7.3 @@ -8,14 +8,17 @@
     7.4  SHORT_DESC="Official Firefox build by the Mozilla foundation (Portuguese (Brazil) language)."
     7.5  MAINTAINER="al.bobylev@gmail.com"
     7.6  LICENSE="MPL2"
     7.7 -WEB_SITE="http://www.mozilla.org/firefox"
     7.8 +WEB_SITE="https://www.mozilla.org/firefox"
     7.9  
    7.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    7.11 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    7.12 +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    7.13  
    7.14  PROVIDE="firefox-official browser-html5"
    7.15  SUGGESTED="vlc"
    7.16  DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap"
    7.17 +
    7.18 +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json"
    7.19 +
    7.20  HOST_ARCH="i486"
    7.21  
    7.22  # What is the latest version available today?
    7.23 @@ -31,7 +34,7 @@
    7.24  	# Installation path
    7.25  	fx='/opt/mozilla/firefox'
    7.26  
    7.27 -	mkdir -p $install$fx
    7.28 +	mkdir -p $install$fx/distribution
    7.29  	mkdir -p $install/usr/bin
    7.30  	mkdir -p $install/usr/share/applications
    7.31  	mkdir -p $install/usr/share/icons/hicolor/128x128/apps
    7.32 @@ -59,7 +62,12 @@
    7.33  	# because 77.0 is the last 32 bit version
    7.34  
    7.35  	# Desktop shortcut
    7.36 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    7.37 +	cp $WOK/firefox-official/stuff/firefox-official.desktop	\
    7.38 +				$install/usr/share/applications
    7.39 +
    7.40 +	# Disable update
    7.41 +	cp $WOK/firefox-official/stuff/policies.json	\
    7.42 +				$install$fx/distribution
    7.43  }
    7.44  
    7.45  # Rules to gen a SliTaz package suitable for Tazpkg.
     8.1 --- a/firefox-official-ru/receipt	Mon Feb 14 17:51:14 2022 +0000
     8.2 +++ b/firefox-official-ru/receipt	Tue Feb 15 10:43:08 2022 +0100
     8.3 @@ -8,14 +8,17 @@
     8.4  SHORT_DESC="Official Firefox build by the Mozilla foundation (Russian language)."
     8.5  MAINTAINER="al.bobylev@gmail.com"
     8.6  LICENSE="MPL2"
     8.7 -WEB_SITE="http://www.mozilla.org/firefox"
     8.8 +WEB_SITE="https://www.mozilla.org/firefox"
     8.9  
    8.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    8.11 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    8.12 +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    8.13  
    8.14  PROVIDE="firefox-official browser-html5"
    8.15  SUGGESTED="vlc"
    8.16  DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap"
    8.17 +
    8.18 +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json"
    8.19 +
    8.20  HOST_ARCH="i486"
    8.21  
    8.22  # What is the latest version available today?
    8.23 @@ -31,7 +34,7 @@
    8.24  	# Installation path
    8.25  	fx='/opt/mozilla/firefox'
    8.26  
    8.27 -	mkdir -p $install$fx
    8.28 +	mkdir -p $install$fx/distribution
    8.29  	mkdir -p $install/usr/bin
    8.30  	mkdir -p $install/usr/share/applications
    8.31  	mkdir -p $install/usr/share/icons/hicolor/128x128/apps
    8.32 @@ -59,7 +62,12 @@
    8.33  	# because 77.0 is the last 32 bit version
    8.34  
    8.35  	# Desktop shortcut
    8.36 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    8.37 +	cp $WOK/firefox-official/stuff/firefox-official.desktop	\
    8.38 +				$install/usr/share/applications
    8.39 +
    8.40 +	# Disable update
    8.41 +	cp $WOK/firefox-official/stuff/policies.json	\
    8.42 +				$install$fx/distribution
    8.43  }
    8.44  
    8.45  # Rules to gen a SliTaz package suitable for Tazpkg.
     9.1 --- a/firefox-official-uk/receipt	Mon Feb 14 17:51:14 2022 +0000
     9.2 +++ b/firefox-official-uk/receipt	Tue Feb 15 10:43:08 2022 +0100
     9.3 @@ -8,14 +8,17 @@
     9.4  SHORT_DESC="Official Firefox build by the Mozilla foundation (Ukrainian language)."
     9.5  MAINTAINER="al.bobylev@gmail.com"
     9.6  LICENSE="MPL2"
     9.7 -WEB_SITE="http://www.mozilla.org/firefox"
     9.8 +WEB_SITE="https://www.mozilla.org/firefox"
     9.9  
    9.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    9.11 -WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    9.12 +WGET_URL="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/$lang/firefox-$VERSION.tar.bz2"
    9.13  
    9.14  PROVIDE="firefox-official browser-html5"
    9.15  SUGGESTED="vlc"
    9.16  DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap"
    9.17 +
    9.18 +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json"
    9.19 +
    9.20  HOST_ARCH="i486"
    9.21  
    9.22  # What is the latest version available today?
    9.23 @@ -31,7 +34,7 @@
    9.24  	# Installation path
    9.25  	fx='/opt/mozilla/firefox'
    9.26  
    9.27 -	mkdir -p $install$fx
    9.28 +	mkdir -p $install$fx/distribution
    9.29  	mkdir -p $install/usr/bin
    9.30  	mkdir -p $install/usr/share/applications
    9.31  	mkdir -p $install/usr/share/icons/hicolor/128x128/apps
    9.32 @@ -59,7 +62,12 @@
    9.33  	# because 77.0 is the last 32 bit version
    9.34  
    9.35  	# Desktop shortcut
    9.36 -	cp $stuff/firefox-official.desktop $install/usr/share/applications
    9.37 +	cp $WOK/firefox-official/stuff/firefox-official.desktop	\
    9.38 +				$install/usr/share/applications
    9.39 +
    9.40 +	# Disable update
    9.41 +	cp $WOK/firefox-official/stuff/policies.json	\
    9.42 +				$install$fx/distribution
    9.43  }
    9.44  
    9.45  # Rules to gen a SliTaz package suitable for Tazpkg.
    10.1 --- a/firefox-official/receipt	Mon Feb 14 17:51:14 2022 +0000
    10.2 +++ b/firefox-official/receipt	Tue Feb 15 10:43:08 2022 +0100
    10.3 @@ -7,7 +7,7 @@
    10.4  SHORT_DESC="Official Firefox build by the Mozilla foundation (English language)."
    10.5  MAINTAINER="al.bobylev@gmail.com"
    10.6  LICENSE="MPL2"
    10.7 -WEB_SITE="http://www.mozilla.org/firefox"
    10.8 +WEB_SITE="https://www.mozilla.org/firefox"
    10.9  
   10.10  TARBALL="firefox-$VERSION.tar.bz2"
   10.11  WGET_URL="http://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/en-US/$TARBALL"
   10.12 @@ -15,6 +15,9 @@
   10.13  PROVIDE="browser-html5"
   10.14  SUGGESTED="vlc"
   10.15  DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt libwrap"
   10.16 +
   10.17 +CONFIG_FILES="/opt/mozilla/firefox/distribution/policies.json"
   10.18 +
   10.19  HOST_ARCH="i486"
   10.20  
   10.21  # What is the latest version available today?
   10.22 @@ -30,7 +33,7 @@
   10.23  	# Installation path
   10.24  	fx='/opt/mozilla/firefox'
   10.25  
   10.26 -	mkdir -p $install$fx
   10.27 +	mkdir -p $install$fx/distribution
   10.28  	mkdir -p $install/usr/bin
   10.29  	mkdir -p $install/usr/share/applications
   10.30  	mkdir -p $install/usr/share/icons/hicolor/128x128/apps
   10.31 @@ -64,6 +67,9 @@
   10.32  		$install/usr/share/applications
   10.33  	cp $stuff/firefox-official-safe.desktop \
   10.34  		$install/usr/share/applications
   10.35 +
   10.36 +	# Disable update
   10.37 +	cp $stuff/policies.json	$install$fx/distribution
   10.38  }
   10.39  
   10.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/firefox-official/stuff/policies.json	Tue Feb 15 10:43:08 2022 +0100
    11.3 @@ -0,0 +1,5 @@
    11.4 +{
    11.5 +    "policies":{
    11.6 +    "DisableAppUpdate":true
    11.7 +	}
    11.8 +}
    11.9 \ No newline at end of file