summarylogtreecommitdiffstats
path: root/pkgfile.install
diff options
context:
space:
mode:
authorDave Reisner2018-08-05 13:11:22 -0400
committerDave Reisner2018-08-05 13:13:35 -0400
commit6361b68887ad8758eee083bd3720bf0591c3083f (patch)
treed563bd0448b8c43599988e64015fabdbdd7d5866 /pkgfile.install
parent656abf3f8a62c2b1281741ac78e962def668c58c (diff)
downloadaur-6361b68887ad8758eee083bd3720bf0591c3083f.tar.gz
update for autotools -> meson release
Diffstat (limited to 'pkgfile.install')
-rw-r--r--pkgfile.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgfile.install b/pkgfile.install
index bf0c9cfa355c..d57489a49c79 100644
--- a/pkgfile.install
+++ b/pkgfile.install
@@ -6,7 +6,7 @@ post_install() {
post_remove() {
# the cache dir might not be removed, notify the user
- if [ -d var/cache/pkgfile ]; then
+ if [[ -d var/cache/pkgfile ]]; then
printf "==> /var/cache/pkgfile has not been removed\n"
fi
}