mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/texinfo: remove generated file on deinstall
This commit is contained in:
parent
16b0ac4650
commit
8a88e2397c
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=texinfo
|
||||
pkgver=7.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
|
||||
url="https://www.gnu.org/software/texinfo/"
|
||||
arch="all"
|
||||
@ -12,6 +12,7 @@ makedepends="ncurses-dev perl-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://ftp.gnu.org/gnu/texinfo/texinfo-$pkgver.tar.xz
|
||||
fix-build-without-NLS.patch"
|
||||
install="texinfo.pre-deinstall"
|
||||
triggers="texinfo.trigger=/usr/share/info"
|
||||
|
||||
build() {
|
||||
|
||||
3
main/texinfo/texinfo.pre-deinstall
Normal file
3
main/texinfo/texinfo.pre-deinstall
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f usr/share/info/dir
|
||||
Loading…
x
Reference in New Issue
Block a user