Skip to content

Commit

Permalink
Fixed postinst.in script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Aug 16, 2024
1 parent 275177f commit 65e9b7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mrv2/etc/Linux/postinst.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ cp -rf ${sharedir}/* /usr/share/
ICON_SIZES='16 32 48 64 128 256'
for i in $ICON_SIZES; do
echo " Installing icon size ${i}x${i}"
cp ${sharedir}icons/hicolor/${i}x${i}/apps/mrv2.png /usr/share/icons/hicolor/${i}x${i}/apps/mrv2-v@[email protected]
cp ${sharedir}/icons/hicolor/${i}x${i}/apps/mrv2.png /usr/share/icons/hicolor/${i}x${i}/apps/mrv2-v@[email protected]
done

cp ${sharedir}icons/hicolor/32x32/apps/mrv2.png /usr/share/icons/hicolor/32x32/apps/mrv2.png
cp ${sharedir}icons/hicolor/48x48/apps/mrv2.png /usr/share/icons/hicolor/48x48/apps/mrv2.png
cp ${sharedir}/icons/hicolor/32x32/apps/mrv2.png /usr/share/icons/hicolor/32x32/apps/mrv2.png
cp ${sharedir}/icons/hicolor/48x48/apps/mrv2.png /usr/share/icons/hicolor/48x48/apps/mrv2.png

#
# Copy versioned shortcut to applications and desktop
Expand Down
Binary file modified mrv2/python/plug-ins/locale/es/LC_MESSAGES/update-mrv2.mo
Binary file not shown.

0 comments on commit 65e9b7e

Please sign in to comment.