diff options
Diffstat (limited to 'debian/postinst-rebuild-gcj-db')
-rw-r--r-- | debian/postinst-rebuild-gcj-db | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/postinst-rebuild-gcj-db b/debian/postinst-rebuild-gcj-db new file mode 100644 index 0000000..e1a745e --- /dev/null +++ b/debian/postinst-rebuild-gcj-db @@ -0,0 +1,3 @@ +if which rebuild-gcj-db >/dev/null 2>&1; then + rebuild-gcj-db +fi |