source: ipk/source.sh4/tools_kravencfg/CONTROL/postinst@ 42657

Last change on this file since 42657 was 35780, checked in by tobayer, 11 years ago

[plugin] kravencfg, fix postinst again, sorry

File size: 164 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3
4chmod 644 $INSTDIR/usr/local/share/titan/plugins/kravencfg/*
5chmod 755 $INSTDIR/usr/local/share/titan/plugins/kravencfg/kravencfg.sh
6
7exit 0
Note: See TracBrowser for help on using the repository browser.