fix description defaults
This commit is contained in:
parent
b6f8c322d4
commit
fbbe552550
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
source /etc/snap-pac.conf
|
source /etc/snap-pac.conf
|
||||||
|
|
||||||
cleanupalgo=${CLEANUP_ALGORITHM:-"number"}
|
cleanupalgo=${CLEANUP_ALGORITHM:-"number"}
|
||||||
description=${POST_DESCRIPTION:-"echo $(ps -C pacman -o args=) | sed 's'/usr/bin/pacman'pacman/g'"}
|
description=${POST_DESCRIPTION:-"$echo $(ps -C pacman -o args=) | sed 's'/usr/bin/pacman'pacman/g')"}
|
||||||
configurations=${CONFIGS:-"root"}
|
configurations=${CONFIGS:-"root"}
|
||||||
PREFILE_PREFIX="/usr/share/libalpm/hooks.bin/snap-pac/.pre"
|
PREFILE_PREFIX="/usr/share/libalpm/hooks.bin/snap-pac/.pre"
|
||||||
for x in $configurations; do
|
for x in $configurations; do
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
source /etc/snap-pac.conf
|
source /etc/snap-pac.conf
|
||||||
|
|
||||||
cleanupalgo=${CLEANUP_ALGORITHM:-"number"}
|
cleanupalgo=${CLEANUP_ALGORITHM:-"number"}
|
||||||
description=${PRE_DESCRIPTION:-"echo $(ps -C pacman -o args=) | sed 's'/usr/bin/pacman'pacman/g'"}
|
description=${PRE_DESCRIPTION:-"$echo $(ps -C pacman -o args=) | sed 's'/usr/bin/pacman'pacman/g')"}
|
||||||
configurations=${CONFIGS:-"root"}
|
configurations=${CONFIGS:-"root"}
|
||||||
PREFILE_PREFIX="/usr/share/libalpm/hooks.bin/snap-pac/.pre"
|
PREFILE_PREFIX="/usr/share/libalpm/hooks.bin/snap-pac/.pre"
|
||||||
for x in $configurations; do
|
for x in $configurations; do
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue