summarylogtreecommitdiffstats
path: root/smplayer-svn.install
diff options
context:
space:
mode:
Diffstat (limited to 'smplayer-svn.install')
-rw-r--r--smplayer-svn.install35
1 files changed, 0 insertions, 35 deletions
diff --git a/smplayer-svn.install b/smplayer-svn.install
deleted file mode 100644
index c7fe39369a81..000000000000
--- a/smplayer-svn.install
+++ /dev/null
@@ -1,35 +0,0 @@
-# Colored makepkg-like functions
-note_blue() {
- printf "${blue}::${bold} $1${all_off}\n"
-}
-
-note_yellow() {
- printf "${yellow}::${bold} $1${all_off}\n"
-}
-
-all_off="$(tput sgr0)"
-bold="${all_off}$(tput bold)"
-blue="${bold}$(tput setaf 4)"
-yellow="${bold}$(tput setaf 3)"
-
-_update() {
- note_blue "Updating desktop MIME database..."
- update-desktop-database -q
-
- note_blue "Updating icon cache.."
- xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-}
-
-post_install() {
- _update
-
- note_yellow "For video playback, install either 'mplayer(-svn)' or 'mpv(-git)'."
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- _update
-} \ No newline at end of file