update description; use bash for globbing
This commit is contained in:
parent
83e578369d
commit
123e33e162
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ Type = Package
|
|||
Target = snap-pac
|
||||
|
||||
[Action]
|
||||
Description = NOTE: You are removing snap-pac. No post transaction snapshots will be taken.
|
||||
Description = NOTE: You are have removed snap-pac. No post transaction snapshots will be taken.
|
||||
Depends = snap-pac
|
||||
When = PreTransaction
|
||||
Exec = /usr/bin/rm -f /tmp/snap-pac-pre_*
|
||||
Exec = /usr/bin/bash -c "rm -f /tmp/snap-pac-pre_*"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue