source: ipk/source.mipsel/playersnp_codecpack/CONTROL/postinst @ 26456

Last change on this file since 26456 was 26456, checked in by obi, 10 years ago

mipsel add codecpack

  • 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.