aboutsummaryrefslogtreecommitdiffstats
path: root/texlive-flashcards
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-08-03 00:37:49 +0200
committerMattias Andrée <maandree@operamail.com>2013-08-03 00:37:49 +0200
commit827c4c4e9c6848068342d2aaf9cf83686ca2fb66 (patch)
tree4fbef1bd5544c4decc63477faab3f73efd34817f /texlive-flashcards
parentremove gconf from emacs-gtk2 (diff)
downloadaur-packages-827c4c4e9c6848068342d2aaf9cf83686ca2fb66.tar.gz
aur-packages-827c4c4e9c6848068342d2aaf9cf83686ca2fb66.tar.bz2
aur-packages-827c4c4e9c6848068342d2aaf9cf83686ca2fb66.tar.xz
update email
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'texlive-flashcards')
-rw-r--r--texlive-flashcards/PKGBUILD1
-rw-r--r--texlive-flashcards/texlive-flashcards.install14
2 files changed, 15 insertions, 0 deletions
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 <tze@datalove.me>
+
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
+}