summarylogtreecommitdiffstats
path: root/beamer-theme-rub-git.install
diff options
context:
space:
mode:
authorJan Holthuis2016-07-19 04:55:16 +0200
committerJan Holthuis2016-07-19 04:55:16 +0200
commitbbbbdbf52c0480d0ef13ee91aafbf239caff63e1 (patch)
treec11203dbc02176e70143d322a4863d0e76d9554b /beamer-theme-rub-git.install
downloadaur-beamer-theme-rub-git.tar.gz
Initial version added
Diffstat (limited to 'beamer-theme-rub-git.install')
-rw-r--r--beamer-theme-rub-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/beamer-theme-rub-git.install b/beamer-theme-rub-git.install
new file mode 100644
index 000000000000..93eb65df52d0
--- /dev/null
+++ b/beamer-theme-rub-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ texhash
+}
+
+post_upgrade() {
+ texhash
+}
+
+post_remove() {
+ texhash
+}