summarylogtreecommitdiffstats
path: root/songs.install
diff options
context:
space:
mode:
authorDevin J. Pohly2016-01-25 10:46:14 -0500
committerDevin J. Pohly2016-01-25 10:46:14 -0500
commit9955818f40dd967ef9551fc5aea23d49f9f76986 (patch)
tree1eadc5dad0f359e4720dd3935e4e812cb73847e6 /songs.install
downloadaur-9955818f40dd967ef9551fc5aea23d49f9f76986.tar.gz
Import from AUR3 and update to 2.18
Diffstat (limited to 'songs.install')
-rw-r--r--songs.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/songs.install b/songs.install
new file mode 100644
index 000000000000..3e0a2473bcfd
--- /dev/null
+++ b/songs.install
@@ -0,0 +1,15 @@
+post_install() {
+ post_upgrade
+}
+
+post_upgrade() {
+ echo "==> Detecting new library..."
+ texhash
+}
+
+post_remove() {
+ post_upgrade
+}
+
+
+# vim:set ts=2 sw=2 et: