summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2018-05-29 16:07:47 +0200
committerLuca Weiss2018-05-29 16:07:47 +0200
commitaa857598d2becab676677731eff197dd0424e862 (patch)
treec9780d439fe77a47a9413bbb9fed537b8c8eeac5
parentbb6131b01c0c0578690424cc07ef8b43105dc0f2 (diff)
downloadaur-aa857598d2becab676677731eff197dd0424e862.tar.gz
Remove old files
-rw-r--r--amarok-git.install13
-rw-r--r--amarok-git.patch20
2 files changed, 0 insertions, 33 deletions
diff --git a/amarok-git.install b/amarok-git.install
deleted file mode 100644
index 74c45bf15f02..000000000000
--- a/amarok-git.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
diff --git a/amarok-git.patch b/amarok-git.patch
deleted file mode 100644
index ff87e05aff93..000000000000
--- a/amarok-git.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/amarok/src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp 2013-08-14 22:22:52.000000000 +0200
-+++ src/amarok/src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp 2016-05-25 14:43:13.681557351 +0200
-@@ -28,6 +28,7 @@
- #include "playlist/PlaylistModelStack.h"
-
- using namespace Playlists;
-+using namespace Playlist;
-
- XSPFPlaylist::XSPFPlaylist( const KUrl &url, Playlists::PlaylistProvider *provider, OnLoadAction onLoad )
- : PlaylistFile( url, provider )
-@@ -101,7 +102,7 @@
- //FIXME: this needs to be moved to whatever is creating the XSPFPlaylist
- if( m_autoAppendAfterLoad )
- The::playlistController()->insertPlaylist(
-- ::Playlist::ModelStack::instance()->bottom()->rowCount(),
-+ ModelStack::instance()->bottom()->rowCount(),
- Playlists::PlaylistPtr( this )
- );
- }
-