add ld.so.cache to default ignores
[jelmer/etckeeper.git] / init.d / 10restore-etckeeper
1 #!/bin/sh
2 set -e
3
4 # Yes, this runs code from the repository. As documented, etckeeper-init
5 # should only be run on repositories you trust.
6 if [ -e .etckeeper ]; then
7         . ./.etckeeper
8 fi