summarylogtreecommitdiffstats
path: root/beamer-theme-rub-git.install
diff options
context:
space:
mode:
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
+}