Rename binpkg's metadata script to prepost-action.

Because in theory any shell script or executable program might run,
and therefore the .sh extension is wrong.

--HG--
extra : convert_revision : 2f52520ccb04cdf1c414ee0ac6128e54d82c1d36
This commit is contained in:
Juan RP
2008-12-29 06:50:59 +01:00
parent b445b83fd3
commit e6590dd285
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ with bzip2 and has the following structure:
/var/cache/xbps/metadata/$pkgname
/var/cache/xbps/metadata/$pkgname/flist
/var/cache/xbps/metadata/$pkgname/props.plist
/var/cache/xbps/metadata/$pkgname/postpre-action.sh
/var/cache/xbps/metadata/$pkgname/postpre-action
Metadata info is stored in the "/var/cache/xbps/metadata/$pkgname"
directory and two files will be always be present: flist and props.plist.