summarylogtreecommitdiffstats
path: root/vlc-nightly.install
diff options
context:
space:
mode:
Diffstat (limited to 'vlc-nightly.install')
-rw-r--r--vlc-nightly.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/vlc-nightly.install b/vlc-nightly.install
deleted file mode 100644
index dc4961caee92..000000000000
--- a/vlc-nightly.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- rm -f usr/lib/vlc/plugins/plugins-*.dat
-}
-
-post_remove() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}