update description; use bash for globbing

This commit is contained in:
James Barnett 2017-02-14 11:36:33 -06:00
parent 83e578369d
commit 123e33e162
No known key found for this signature in database
GPG key ID: E4B5E45AA3B8C5C3

View file

@ -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_*"