Files
OpenNetworkLinux/tools/scripts/post-merge.hook
2016-11-16 20:21:04 +00:00

13 lines
301 B
Bash
Executable File

#!/bin/bash
############################################################
#
# Every time a merge is performed we should invalidate
# the module data.
#
############################################################
echo "Removing module data after merge..."
rm -rf "$GIT_DIR/../make/modules/modules*"