Skip to content

Commit b67eb6d

Browse files
committed
rectored launch
1 parent d5ca04c commit b67eb6d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

deb_package/DEBIAN/postinst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ while read USUARIO; do
77
runuser -l $USUARIO -c \
88
"ln -s /usr/share/simulide/examples /home/$USUARIO/SimulIDE\\ Examples"
99

10-
cp /usr/share/applications/simulide-bionic.desktop /home/$USUARIO/Desktop/simulide-bionic.desktop
10+
cp /usr/share/applications/simulide.desktop /home/$USUARIO/Desktop/simulide.desktop
1111

1212
runuser -l $USUARIO -c "rm -rf /home/$USUARIO/.cache/"
1313
if [ -f /usr/bin/lxpanelctl ]; then

deb_package/DEBIAN/postrm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ cat /etc/passwd | grep '/home/' | \
44
grep -v 'cups\|syslog' | cut -d ':' -f 6 > /tmp/homes.list
55

66
while read BASEDIR; do
7-
rm -rf "$BASEDIR/Desktop/simulide-bionic.desktop"
7+
rm -rf "$BASEDIR/Desktop/simulide.desktop"
88
rm -rf "$BASEDIR/SimulIDE Examples"
99
done < /tmp/homes.list

0 commit comments

Comments
 (0)