dotfiles/xbps/.local/bin/xchangelog

7 lines
125 B
Bash
Executable File

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