9 lines
131 B
Bash
9 lines
131 B
Bash
#!/bin/bash
|
|
|
|
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
|
|
|
|
einfo "running 'etckeeper post-install'"
|
|
|
|
etckeeper post-install
|
|
|