summarylogtreecommitdiffstats
path: root/texlive-slashbox.install
diff options
context:
space:
mode:
authorGabriel-Andrew Pollo-Guilbert2017-07-24 20:03:40 -0400
committerGabriel-Andrew Pollo-Guilbert2017-07-24 20:03:40 -0400
commit8c710671c788a1052722d642df785dd25f683cf6 (patch)
tree3d6cf5116508be567c9049cbb7e7051ed1e7ff6f /texlive-slashbox.install
downloadaur-8c710671c788a1052722d642df785dd25f683cf6.tar.gz
Initial commit
Diffstat (limited to 'texlive-slashbox.install')
-rw-r--r--texlive-slashbox.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/texlive-slashbox.install b/texlive-slashbox.install
new file mode 100644
index 000000000000..3bfab79740b1
--- /dev/null
+++ b/texlive-slashbox.install
@@ -0,0 +1,16 @@
+post_install() {
+ post_remove
+ echo "The files was installed in:"
+ kpsewhich slashbox.sty
+ kpsewhich slashbox.tex
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo "Upgrading package database..."
+ texhash
+}
+