summaryrefslogtreecommitdiff
path: root/debian/makemenu
diff options
context:
space:
mode:
Diffstat (limited to 'debian/makemenu')
-rwxr-xr-xdebian/makemenu5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/makemenu b/debian/makemenu
index ccf4d5af..c70fe48f 100755
--- a/debian/makemenu
+++ b/debian/makemenu
@@ -7,7 +7,10 @@ else
fi
package=`basename $1 .install`
if [ $vibrate = true ]; then
- package="libvibrant6,$package"
+ linda_dir=debian/$package/usr/share/linda/overrides
+ mkdir -p $linda_dir
+ echo 'Tag: command-not-exist' > $linda_dir/$package
+ package="libvibrant6a,$package"
fi
menu=`echo $1 | sed -e 's/install$/menu/'`
while read command junk; do