8 lines
107 B
8 lines
107 B
![]()
9 years ago
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
if [ -e /usr/sbin/update-command-not-found ]
|
||
|
then
|
||
|
/usr/sbin/update-command-not-found
|
||
|
fi
|