summarylogtreecommitdiffstats
path: root/vlc-nightly.install
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-09-02 17:26:38 -0400
committerAndy Weidenbaum2016-09-02 17:26:38 -0400
commitf6c6ad9871d6b35d5e68d97be622005a5bbc839b (patch)
treef7fa6046cdbc19264bbd10f1cc9f6a8fa9c6776a /vlc-nightly.install
parent6a09054595d882dbc251438e855b173e7d198a14 (diff)
downloadaur-f6c6ad9871d6b35d5e68d97be622005a5bbc839b.tar.gz
changing src website
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
-}