broken symlink : gftp
by marav from LinuxQuestions.org on (#5QBPA)
gftp.SlackBuild
Code:for i in 16x16 22x22 24x24 32x32 48x48 ; do
ln -s /usr/share/gftp/gftp-${i}.png \
$PKG/usr/share/icons/hicolor/${i}/apps/gftp.png
doneCode:root@slack-current:~# file /usr/share/icons/hicolor/24x24/apps/gftp.png
/usr/share/icons/hicolor/24x24/apps/gftp.png: broken symbolic link to /usr/share/gftp/gftp-24x24.pngCode:root@slack-current:~# ls -l /usr/share/icons/hicolor/*/apps/gftp*
-rw-r--r-- 1 root root 806 Feb 13 2021 /usr/share/icons/hicolor/16x16/apps/gftp.png
-rw-r--r-- 1 root root 1067 Feb 13 2021 /usr/share/icons/hicolor/22x22/apps/gftp.png
lrwxrwxrwx 1 root root 30 Oct 4 08:19 /usr/share/icons/hicolor/24x24/apps/gftp.png -> /usr/share/gftp/gftp-24x24.png
-rw-r--r-- 1 root root 1653 Feb 13 2021 /usr/share/icons/hicolor/32x32/apps/gftp.png
-rw-r--r-- 1 root root 2513 Feb 13 2021 /usr/share/icons/hicolor/48x48/apps/gftp.png
-rw-r--r-- 1 root root 40087 Feb 13 2021 /usr/share/icons/hicolor/scalable/apps/gftp.svgCode:root@slack-current:~# ls -l /usr/share/gftp/
total 180
-rw-r--r-- 1 root root 2654 Feb 13 2021 bookmarks
-rw-r--r-- 1 root root 1605 Feb 13 2021 deb.xpm
-rw-r--r-- 1 root root 1171 Feb 13 2021 diff.xpm
-rw-r--r-- 1 root root 1215 Feb 13 2021 dir.xpm
-rw-r--r-- 1 root root 540 Feb 13 2021 doc.xpm
-rw-r--r-- 1 root root 452 Feb 13 2021 dotdot.xpm
-rw-r--r-- 1 root root 867 Feb 13 2021 exe.xpm
-rw-r--r-- 1 root root 94904 Feb 13 2021 gftp-logo.xpm
-rw-r--r-- 1 root root 2513 Feb 13 2021 gftp.png
-rw-r--r-- 1 root root 9292 Feb 13 2021 gftprc
-rw-r--r-- 1 root root 1620 Feb 13 2021 img.xpm
-rw-r--r-- 1 root root 1219 Feb 13 2021 linkdir.xpm
-rw-r--r-- 1 root root 1280 Feb 13 2021 linkfile.xpm
-rw-r--r-- 1 root root 540 Feb 13 2021 man.xpm
-rw-r--r-- 1 root root 1340 Feb 13 2021 open_dir.xpm
-rw-r--r-- 1 root root 1605 Feb 13 2021 rpm.xpm
-rw-r--r-- 1 root root 752 Feb 13 2021 sound.xpm
-rw-r--r-- 1 root root 1605 Feb 13 2021 tar.xpm
-rw-r--r-- 1 root root 540 Feb 13 2021 txt.xpm
-rw-r--r-- 1 root root 2349 Feb 13 2021 world.xpmThanks to Paulo2
https://www.linuxquestions.org/quest...7/#post6289084
Code:for i in 16x16 22x22 24x24 32x32 48x48 ; do
ln -s /usr/share/gftp/gftp-${i}.png \
$PKG/usr/share/icons/hicolor/${i}/apps/gftp.png
doneCode:root@slack-current:~# file /usr/share/icons/hicolor/24x24/apps/gftp.png
/usr/share/icons/hicolor/24x24/apps/gftp.png: broken symbolic link to /usr/share/gftp/gftp-24x24.pngCode:root@slack-current:~# ls -l /usr/share/icons/hicolor/*/apps/gftp*
-rw-r--r-- 1 root root 806 Feb 13 2021 /usr/share/icons/hicolor/16x16/apps/gftp.png
-rw-r--r-- 1 root root 1067 Feb 13 2021 /usr/share/icons/hicolor/22x22/apps/gftp.png
lrwxrwxrwx 1 root root 30 Oct 4 08:19 /usr/share/icons/hicolor/24x24/apps/gftp.png -> /usr/share/gftp/gftp-24x24.png
-rw-r--r-- 1 root root 1653 Feb 13 2021 /usr/share/icons/hicolor/32x32/apps/gftp.png
-rw-r--r-- 1 root root 2513 Feb 13 2021 /usr/share/icons/hicolor/48x48/apps/gftp.png
-rw-r--r-- 1 root root 40087 Feb 13 2021 /usr/share/icons/hicolor/scalable/apps/gftp.svgCode:root@slack-current:~# ls -l /usr/share/gftp/
total 180
-rw-r--r-- 1 root root 2654 Feb 13 2021 bookmarks
-rw-r--r-- 1 root root 1605 Feb 13 2021 deb.xpm
-rw-r--r-- 1 root root 1171 Feb 13 2021 diff.xpm
-rw-r--r-- 1 root root 1215 Feb 13 2021 dir.xpm
-rw-r--r-- 1 root root 540 Feb 13 2021 doc.xpm
-rw-r--r-- 1 root root 452 Feb 13 2021 dotdot.xpm
-rw-r--r-- 1 root root 867 Feb 13 2021 exe.xpm
-rw-r--r-- 1 root root 94904 Feb 13 2021 gftp-logo.xpm
-rw-r--r-- 1 root root 2513 Feb 13 2021 gftp.png
-rw-r--r-- 1 root root 9292 Feb 13 2021 gftprc
-rw-r--r-- 1 root root 1620 Feb 13 2021 img.xpm
-rw-r--r-- 1 root root 1219 Feb 13 2021 linkdir.xpm
-rw-r--r-- 1 root root 1280 Feb 13 2021 linkfile.xpm
-rw-r--r-- 1 root root 540 Feb 13 2021 man.xpm
-rw-r--r-- 1 root root 1340 Feb 13 2021 open_dir.xpm
-rw-r--r-- 1 root root 1605 Feb 13 2021 rpm.xpm
-rw-r--r-- 1 root root 752 Feb 13 2021 sound.xpm
-rw-r--r-- 1 root root 1605 Feb 13 2021 tar.xpm
-rw-r--r-- 1 root root 540 Feb 13 2021 txt.xpm
-rw-r--r-- 1 root root 2349 Feb 13 2021 world.xpmThanks to Paulo2
https://www.linuxquestions.org/quest...7/#post6289084