From 827c4c4e9c6848068342d2aaf9cf83686ca2fb66 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 3 Aug 2013 00:37:49 +0200 Subject: update email MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- texlive-flashcards/PKGBUILD | 1 + texlive-flashcards/texlive-flashcards.install | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 texlive-flashcards/texlive-flashcards.install (limited to 'texlive-flashcards') diff --git a/texlive-flashcards/PKGBUILD b/texlive-flashcards/PKGBUILD index f4482d3..5092996 100644 --- a/texlive-flashcards/PKGBUILD +++ b/texlive-flashcards/PKGBUILD @@ -1,5 +1,6 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> # Contributor: tze + pkgname=texlive-flashcards pkgver=1.0.1 pkgrel=1 diff --git a/texlive-flashcards/texlive-flashcards.install b/texlive-flashcards/texlive-flashcards.install new file mode 100644 index 0000000..996ec23 --- /dev/null +++ b/texlive-flashcards/texlive-flashcards.install @@ -0,0 +1,14 @@ +post_install() { + post_remove + echo "The file was installed in:" + kpsewhich flashcards.cls +} + +post_upgrade() { + post_install +} + +post_remove() { + echo "Upgrading package database..." + mktexlsr +} -- cgit v1.2.3-70-g09d2