File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ while read USUARIO; do
7
7
runuser -l $USUARIO -c \
8
8
" ln -s /usr/share/simulide/examples /home/$USUARIO /SimulIDE\\ Examples"
9
9
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
11
11
12
12
runuser -l $USUARIO -c " rm -rf /home/$USUARIO /.cache/"
13
13
if [ -f /usr/bin/lxpanelctl ]; then
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ cat /etc/passwd | grep '/home/' | \
4
4
grep -v ' cups\|syslog' | cut -d ' :' -f 6 > /tmp/homes.list
5
5
6
6
while read BASEDIR; do
7
- rm -rf " $BASEDIR /Desktop/simulide-bionic .desktop"
7
+ rm -rf " $BASEDIR /Desktop/simulide.desktop"
8
8
rm -rf " $BASEDIR /SimulIDE Examples"
9
9
done < /tmp/homes.list
File renamed without changes.
You can’t perform that action at this time.
0 commit comments