blob: 6ef5116e3ef577f937f711f6b58cc7c1eaaffb10 (
plain) (
tree)
|
|
install:
source "${BRIEFCASE}/configs/install"
uninstall:
source "${BRIEFCASE}/configs/uninstall"
list-broken-links:
find "${HOME}" -maxdepth 1 -xtype l && \
find "${HOME}/.config" -maxdepth 1 -xtype l
|