diff --git a/srcpkgs/xst/INSTALL b/srcpkgs/xst/INSTALL deleted file mode 100644 index fcad0563b68..00000000000 --- a/srcpkgs/xst/INSTALL +++ /dev/null @@ -1,5 +0,0 @@ -case "${ACTION}" in -post) - tic -sx usr/share/terminfo/x/xst.terminfo - ;; -esac diff --git a/srcpkgs/xst/REMOVE b/srcpkgs/xst/REMOVE deleted file mode 100644 index b46f677d7fd..00000000000 --- a/srcpkgs/xst/REMOVE +++ /dev/null @@ -1,8 +0,0 @@ -case "${ACTION}" in -pre) - rm usr/share/terminfo/x/xst - rm usr/share/terminfo/x/xst-meta - rm usr/share/terminfo/x/xst-meta-256color - rm usr/share/terminfo/x/xst-256color - ;; -esac diff --git a/srcpkgs/xst/template b/srcpkgs/xst/template index 8600c680ae3..f06dbed9b3d 100644 --- a/srcpkgs/xst/template +++ b/srcpkgs/xst/template @@ -1,7 +1,7 @@ # Template file for 'xst' pkgname=xst version=0.8.4.1 -revision=2 +revision=3 build_style=gnu-makefile make_use_env=compliant hostmakedepends="pkg-config" @@ -14,11 +14,7 @@ homepage="https://github.com/gnotclub/xst" distfiles="https://github.com/gnotclub/xst/archive/v${version}.tar.gz" checksum=cbeb2da6c289415d1168559c6f58b4ce47fd266edefbabc38fd59e8b7c87226d -do_install() { - vbin xst - vman st.1 xst.1 - - vinstall st.info 644 usr/share/terminfo/x xst.terminfo +post_install() { vdoc README vdoc FAQ vdoc .Xresources Xresources