Skip to content
Snippets Groups Projects

Changed the deprecated auto_ptr for the unique_ptr.

Merged Sergi Hernandez requested to merge ubuntu_18_04 into master
4 files
+ 48
5
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 22
0
#!/bin/bash
set -e
case "$1" in
configure)
echo " Trying to add library to ldconfig..."
/usr/share/iri/add_lib_to_ld_config.sh -l dynamixel -p && echo " Done." || echo " /usr/share/iri/add_lib_to_ld_config.sh doesn't exists. Download it from iriutils and execute it."
;;
abort-upgrade)
;;
abort-remove)
;;
abort-deconfigure)
;;
esac
exit 0
Loading