summarylogtreecommitdiffstats
path: root/pkgfile.install
diff options
context:
space:
mode:
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
}