blob: b48e136cc14c3616090f09038c2dcdf5966451cb (
plain)
1
2
3
4
5
6
|
#!/bin/bash
post_install() {
echo "Since dependencies for creating manpage for this package are not worth it"
echo "check the manpage online: https://github.com/DaveDavenport/xininfo/blob/master/doc/xininfo.markdown"
}
|