Commit df1137a7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

repack chrome.sh: repack only on ALT

parent a5201d33
......@@ -18,10 +18,13 @@ fi
#arch=$($DISTRVENDOR --distro-arch)
#pkgtype=$($DISTRVENDOR -p)
repack="--repack"
repack=''
arch=amd64
pkgtype=deb
# we have workaround for their postinstall script, so always repack rpm package
[ "$($DISTRVENDOR -p)" = "deb" ] || repack='--repack'
# don't used
complex_get()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment