diff --git a/.githooks/post-merge b/.githooks/post-merge index 3b742a4..f6a0b76 100755 --- a/.githooks/post-merge +++ b/.githooks/post-merge @@ -14,9 +14,6 @@ fi GIT_PULL_TMP=/tmp/git_pull OPKG_CMDS_TMP=/tmp/opkg_commands -rm -f $OPKG_PULL_TMP -rm -f $OPKG_CMDS_TMP - for fn in $(git diff-tree -r HEAD@{1} HEAD --name-only); do if grep -E -q ".*(DC*.json|dc/dc2c.hex|tariff*.json)" <<< $fn; then echo "$fn" >> $GIT_PULL_TMP