~fboucault/unity-2d/keyboard_navigation_experimental

« back to all changes in this revision

Viewing changes to debian/libunity-2d0.postinst

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
if [ "$1" = "configure" ]; then
 
4
        ldconfig
 
5
fi
 
6
 
 
7
#DEBHELPER#