We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5486930 commit 69087b8Copy full SHA for 69087b8
1 file changed
packagescripts/linux/packageLinux.sh
@@ -94,7 +94,10 @@ Name=Ride-${BASE_VERSION}
94
Comment=Remote IDE for Dyalog APL
95
Categories=Application;Development;Programming
96
!!desktopFile
97
+fi
98
99
+if which gtk-update-icon-cache >/dev/null 2>&1 ; then
100
+ gtk-update-icon-cache --quiet --force --ignore-theme-index /usr/share/icons/hicolor
101
fi
102
103
!!postinst
@@ -117,6 +120,9 @@ if [ -s /usr/share/applications/dyalog.desktop ]; then
117
120
rm /usr/share/applications/dyalog.desktop
118
121
119
122
123
124
125
126
127
!!prerm
128
0 commit comments