Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
73969a4a40
2 changed files with 3 additions and 3 deletions
  1. +1
    -0
      package/base/00-dirtree/data.txt
  2. +2
    -3
      package/base/postinstall/postinstall.conf

+ 1
- 0
package/base/00-dirtree/data.txt

@ -96,6 +96,7 @@ m var/adm/dependencies
m var/adm/flists
m var/adm/md5sums
m var/adm/packages
m var/adm/postinstall
m var/cache
m var/empty
m var/games

+ 2
- 3
package/base/postinstall/postinstall.conf

@ -1,11 +1,10 @@
postinstall_main ()
{
mkdir -p /var/adm/postinstall
mkdir -p /etc/postinstall
mkdir -p /etc/postinstall/postremove
cp -a /$confdir/postinstall /usr/sbin/
cp -a $confdir/postinstall /usr/sbin/
chmod +x /usr/sbin/postinstall
cp -a /$confdir/postinstall-example.sh /etc/postinstall
cp -a $confdir/postinstall-example.sh /etc/postinstall
}
mainfunction=postinstall_main

Loading…
Cancel
Save