summarylogtreecommitdiffstats
path: root/delta-media-player.install
diff options
context:
space:
mode:
Diffstat (limited to 'delta-media-player.install')
-rw-r--r--delta-media-player.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/delta-media-player.install b/delta-media-player.install
new file mode 100644
index 000000000000..3f3859d3b49e
--- /dev/null
+++ b/delta-media-player.install
@@ -0,0 +1,6 @@
+post_install() {
+ /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
+}
+post_remove() {
+ /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
+}