summarylogtreecommitdiffstats
path: root/hooks.install
diff options
context:
space:
mode:
authortsingkwai2022-07-04 16:58:04 +0800
committertsingkwai2022-07-04 16:58:04 +0800
commit53de76b9e623736276871206492bce2123832ebc (patch)
tree2276ebbd2e5d438d3f7c780c64d37ac2f05fab99 /hooks.install
parent293372657e39c26a92bf45e181e34148ed28d6cf (diff)
downloadaur-ctpkg.tar.gz
Fixed a bug
Diffstat (limited to 'hooks.install')
-rw-r--r--hooks.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/hooks.install b/hooks.install
index 2753a0885d7e..aa7683e1e967 100644
--- a/hooks.install
+++ b/hooks.install
@@ -1,6 +1,6 @@
post_install() {
-/usr/bin/ctpkg grab ctpkg
-/usr/bin/ctpkg grab upg
+/usr/bin/ctpkg grab ctpkg -y
+/usr/bin/ctpkg grab upg -y
}
pre_remove() {