source: ipk/source.arm/playersnp_codecpack/CONTROL/postinst @ 41654

Last change on this file since 41654 was 39499, checked in by gost, 7 years ago

add arm plugins

  • Property svn:executable set to *
File size: 138 bytes
Line 
1#!/bin/sh
2
3if [ ! -e /mnt/swapextensions/etc ];then
4        mkdir -p /mnt/swapextensions/etc
5fi
6
7touch /mnt/swapextensions/etc/.codecpack
8
9exit 0
Note: See TracBrowser for help on using the repository browser.