dotfiles/xbps/.local/bin/xchangelog

7 lines
125 B
Plaintext
Raw Normal View History

#!/bin/bash
pkgname="$1"
source srcpkgs/$pkgname/template 2>/dev/null
if [ -n "$changelog" ]; then
xdg-open "$changelog"
fi