thunar-vcs-plugin-*: Add the icons the the right package
Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
This commit is contained in:
parent
c898cebe56
commit
edb149aba6
@ -2,3 +2,12 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/thunar/
|
||||
-rwxr-xr-x root/root usr/lib/thunar/tvp-git-helper
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/icons/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/git.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/git.png
|
||||
|
@ -32,6 +32,7 @@ build ()
|
||||
|
||||
|
||||
# remove some things we dont need
|
||||
rm -r $PKG/usr/share
|
||||
rm -r $PKG/usr/share/locale
|
||||
rm -r $PKG/usr/lib/thunarx-2/
|
||||
find $PKG/usr/share/icons/hicolor -name subversion.png -delete
|
||||
}
|
||||
|
@ -2,3 +2,12 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/thunar/
|
||||
-rwxr-xr-x root/root usr/lib/thunar/tvp-svn-helper
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/icons/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/subversion.png
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/subversion.png
|
||||
|
@ -32,6 +32,7 @@ build ()
|
||||
|
||||
|
||||
# remove some things we dont need
|
||||
rm -r $PKG/usr/share
|
||||
rm -r $PKG/usr/share/locale
|
||||
rm -r $PKG/usr/lib/thunarx-2/
|
||||
find $PKG/usr/share/icons/hicolor -name git.png -delete
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user