Files
libgtop/debian/libgtop2-2.postinst
Jose Carlos Garcia Sogo dc1456987b Version 2.5.2-2
- 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.
2004-03-28 15:59:44 +00:00

9 lines
73 B
Bash
Executable File

#!/bin/sh
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#