diff options
Diffstat (limited to 'emulators/mtools/pkg-install')
-rw-r--r-- | emulators/mtools/pkg-install | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emulators/mtools/pkg-install b/emulators/mtools/pkg-install deleted file mode 100644 index 2837d17..0000000 --- a/emulators/mtools/pkg-install +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -if [ $2 != "POST-INSTALL" ]; then - exit 0 -fi -if [ -e ${PKG_PREFIX}/etc/mtools.conf ]; then - echo "Will not overwrite existing ${PKG_PREFIX}/etc/mtools.conf file." -else - cp -p ${PKG_PREFIX}/etc/mtools.conf.sample ${PKG_PREFIX}/etc/mtools.conf -fi |