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