summarylogtreecommitdiffstats
path: root/bed.install
diff options
context:
space:
mode:
authorJean-Baptiste Delisle2017-01-31 20:39:43 +0100
committerJean-Baptiste Delisle2017-01-31 20:39:43 +0100
commit8fe9f9b0cfaa64d18847f33bb8672547e260d34f (patch)
tree117ad669a13a1fe3e04962a3565f6c5f74846c39 /bed.install
downloadaur-8fe9f9b0cfaa64d18847f33bb8672547e260d34f.tar.gz
inital commit
Diffstat (limited to 'bed.install')
-rw-r--r--bed.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/bed.install b/bed.install
new file mode 100644
index 000000000000..4ea56bba9a2d
--- /dev/null
+++ b/bed.install
@@ -0,0 +1,11 @@
+post_install() {
+ texhash
+}
+
+post_upgrade() {
+ texhash
+}
+
+post_remove() {
+ texhash
+}