diff options
author | Florian Pritz <bluewind@xssn.at> | 2009-08-20 00:52:23 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2009-08-20 00:52:23 +0200 |
commit | 4955b0d9fc05950c5794c9cc37923deb00e9cfa5 (patch) | |
tree | 73fc0b65de28e2bf1c28991fd189720281bd8eef /vlc-branch/vlc-branch.install | |
parent | 168118db7c4b1fd03547440cc5359a6d1a2f4fd4 (diff) | |
download | aur-packages-4955b0d9fc05950c5794c9cc37923deb00e9cfa5.tar.gz aur-packages-4955b0d9fc05950c5794c9cc37923deb00e9cfa5.tar.xz |
remove some stuff
Diffstat (limited to 'vlc-branch/vlc-branch.install')
-rw-r--r-- | vlc-branch/vlc-branch.install | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/vlc-branch/vlc-branch.install b/vlc-branch/vlc-branch.install deleted file mode 100644 index dfc5d76..0000000 --- a/vlc-branch/vlc-branch.install +++ /dev/null @@ -1,35 +0,0 @@ -post_install() { - source /etc/profile.d/vlc-branch.sh -# if [ -x "/usr/bin/vlc" ] -# then -# echo "vlc exists" >/dev/null -# else -# ln -s /opt/vlc-branch/bin/vlc-branch /usr/bin/vlc -# ln -s /opt/vlc-branch/bin/cvlc-branch /usr/bin/cvlc -# ln -s /opt/vlc-branch/bin/qvlc-branch /usr/bin/qvlc -# ln -s /opt/vlc-branch/bin/rvlc-branch /usr/bin/rvlc -# ln -s /opt/vlc/vlc-branch/svlc-branch /usr/bin/svlc -# ln -s /opt/vlc/vlc-branch/vlc-wrapper-branch /usr/bin/vlc-wrapper -# ln -s /opt/vlc-branch/bin/wxvlc-branch /usr/bin/wxvlc -# fi - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { -# post_install $1 - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -post_remove() { -# post_install $1 - ##remember removing softlinks, if used: -# rm /usr/bin/vlc /usr/bin/cvlc /usr/bin/qvlc /usr/bin/rvlc /usr/bin/svlc /usr/bin/vlc-wrapper /usr/bin/wxvlc - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -op=$1 -shift -$op $* |