blob: c0e8606f96610c17baa3ab793658fd073489b1fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
post_install() {
echo
echo 'ADDITIONAL COMMENTS:'
echo ' - Script to run the Universal G-Code Sender is located at' \
'/usr/bin/ugs'
echo ' - A desktop entry file has not been provided'
echo
}
post_upgrade() {
echo
echo 'ADDITIONAL COMMENTS:'
echo ' - Script to run the Universal G-Code Sender is located at' \
'/usr/bin/ugs'
echo ' - A desktop entry file has not been provided'
echo
}
|