Codebase list daptup / 2a969439-a70c-4821-a830-e53f3cd36710/main hook-for-apt
2a969439-a70c-4821-a830-e53f3cd36710/main

Tree @2a969439-a70c-4821-a830-e53f3cd36710/main (Download .tar.gz)

hook-for-apt @2a969439-a70c-4821-a830-e53f3cd36710/mainraw · history · blame

APT::Update::Pre-Invoke { "if [ -x /usr/bin/daptup ]; then /usr/bin/daptup --hook --pre; fi"; };
APT::Update::Post-Invoke { "if [ -x /usr/bin/daptup ]; then /usr/bin/daptup --hook --post; fi"; };