summarylogtreecommitdiffstats
path: root/texlive-sbc-article.install
diff options
context:
space:
mode:
authorDavi da Silva Böger2016-11-05 00:50:48 -0200
committerDavi da Silva Böger2016-11-05 00:50:48 -0200
commit119c6ccb4354e8895c2bdb65eafee90ab5b7b948 (patch)
treed0c81581f2ca828d687489a7efbffbc77226bfc4 /texlive-sbc-article.install
parent0e29443b85d6f9621c75aa5e4ed354d896f24523 (diff)
downloadaur-119c6ccb4354e8895c2bdb65eafee90ab5b7b948.tar.gz
Remove unneeded install script
Diffstat (limited to 'texlive-sbc-article.install')
-rw-r--r--texlive-sbc-article.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/texlive-sbc-article.install b/texlive-sbc-article.install
deleted file mode 100644
index aab5fac4d250..000000000000
--- a/texlive-sbc-article.install
+++ /dev/null
@@ -1,17 +0,0 @@
-# arg 1: the new package version
-post_install() {
- texconfig-sys rehash
- updmap-sys --quiet --nohash
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- post_install
-}
-
-# arg 1: the old package version
-post_remove() {
- post_install
-}
-