- Changed package name to reflect soname change (libgtop2-2 now) - Adjusted debian/control.in file in the same way - Moved around some files in debian/ to reflect this change.
9 lines
73 B
Bash
Executable File
9 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ "$1" = "configure" ]; then
|
|
ldconfig
|
|
fi
|
|
|
|
#DEBHELPER#
|
|
|