mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
xst: fix path in INSTALL and REMOVE
This commit is contained in:
parent
b110d16cb7
commit
a521b62247
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
case "${ACTION}" in
|
case "${ACTION}" in
|
||||||
post)
|
post)
|
||||||
tic -s usr/share/terminfo/s/st.terminfo
|
tic -s usr/share/terminfo/x/xst.terminfo
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
case "${ACTION}" in
|
case "${ACTION}" in
|
||||||
pre)
|
pre)
|
||||||
rm usr/share/terminfo/s/st
|
rm usr/share/terminfo/x/xst
|
||||||
rm usr/share/terminfo/s/st-meta
|
rm usr/share/terminfo/x/xst-meta
|
||||||
rm usr/share/terminfo/s/st-meta-256color
|
rm usr/share/terminfo/x/xst-meta-256color
|
||||||
rm usr/share/terminfo/s/st-256color
|
rm usr/share/terminfo/x/xst-256color
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xst'
|
# Template file for 'xst'
|
||||||
pkgname=xst
|
pkgname=xst
|
||||||
version=0.7.2
|
version=0.7.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=compliant
|
make_use_env=compliant
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue