mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-08 11:00:09 +00:00
Restructure removals, add menu directory
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4b30b0cba8
commit
755f59a8de
1 changed files with 6 additions and 3 deletions
9
PKGBUILD
9
PKGBUILD
|
@ -55,7 +55,10 @@ package() {
|
|||
-e "s/x-scheme-handler\/ftp;\?//g" \
|
||||
"$pkgdir"/usr/share/applications/google-chrome.desktop
|
||||
|
||||
msg2 "Removing Debian Cron job and duplicate product logos..."
|
||||
rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome/cron/
|
||||
rm "$pkgdir"/opt/google/chrome/product_logo_*.png
|
||||
echo " -> Removing Debian Cron job, duplicate product logos and menu directory..."
|
||||
rm -r \
|
||||
"$pkgdir"/etc/cron.daily/ \
|
||||
"$pkgdir"/opt/google/chrome/cron/ \
|
||||
"$pkgdir"/opt/google/chrome/product_logo_*.{png,xpm} \
|
||||
"$pkgdir"/usr/share/menu/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue