st: fix absolute paths in INSTALL/REMOVE
This commit is contained in:
parent
b72f9b4a86
commit
bfad560364
2 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
case "${ACTION}" in
|
case "${ACTION}" in
|
||||||
pre)
|
pre)
|
||||||
rm /usr/share/terminfo/s/st
|
rm usr/share/terminfo/s/st
|
||||||
rm /usr/share/terminfo/s/st-meta
|
rm usr/share/terminfo/s/st-meta
|
||||||
rm /usr/share/terminfo/s/st-meta-256color
|
rm usr/share/terminfo/s/st-meta-256color
|
||||||
rm /usr/share/terminfo/s/st-256color
|
rm usr/share/terminfo/s/st-256color
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'st'
|
# Template file for 'st'
|
||||||
pkgname=st
|
pkgname=st
|
||||||
version=0.7
|
version=0.7
|
||||||
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
Add a link
Reference in a new issue