gtk3/debian/libgtk-3-common.preinst.in
Robert Ancell c39848cffc * Rename binary packages to new so naming
* debian/libgail-3-0.symbols:
* debian/libgtk-3-0.symbols:
2011-02-15 01:30:13 +00:00

10 lines
117 B
Bash

#!/bin/sh
set -e
if [ -L /usr/share/doc/@COMMON_PKG@ ]; then
rm -f /usr/share/doc/@COMMON_PKG@
fi
#DEBHELPER#