]> git.sven.stormbind.net Git - sven/java-package.git/blobdiff - lib/common.sh
Replace lsb_release call by dpkg-vendor call.
[sven/java-package.git] / lib / common.sh
index ec105313bd8c662b44b30827830b64b0b5c20828..1e5c30b7d0328097c080a508f2bd121a35b42321 100644 (file)
@@ -195,7 +195,7 @@ get_architecture() {
 
 # get browser plugin directories
 get_browser_plugin_dirs() {
-    if [ $(lsb_release --id --short) = Ubuntu ]; then
+    if dpkg-vendor --derives-from Ubuntu; then
         export browser_plugin_dirs="xulrunner-addons firefox iceape iceweasel mozilla midbrowser xulrunner"
     else
         export browser_plugin_dirs=mozilla