summarylogtreecommitdiffstats
path: root/beamercolorthemesolarized.install
diff options
context:
space:
mode:
Diffstat (limited to 'beamercolorthemesolarized.install')
-rw-r--r--beamercolorthemesolarized.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/beamercolorthemesolarized.install b/beamercolorthemesolarized.install
new file mode 100644
index 000000000000..1bde7614e138
--- /dev/null
+++ b/beamercolorthemesolarized.install
@@ -0,0 +1,7 @@
+post_install() {
+ texhash # Refresh TeX DB
+}
+
+post_remove() {
+ texhash
+}