CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Merge remote-tracking branch 'upstream/master' into 3.1
[pkgutils-cross.git] / pkgadd.conf
index 234f961b17c5f745fa887b72baf26d02df5f5bf2..a35c46218f62e08913c36008d8ce93a965a24529 100644 (file)
@@ -2,11 +2,6 @@
 # /etc/pkgadd.conf: pkgadd(8) configuration
 #
 
-# Crosscompiling rules to avoid libtool issues
-# with the hardcoded libdir variable
-INSTALL         .*\.la                  NO
-UPGRADE         .*\.la                  NO
-
 # Default rule (implicit)
 #UPGRADE       ^.*$                    YES
 
@@ -26,5 +21,8 @@ UPGRADE               ^etc/rc\.d/net$         NO
 
 UPGRADE                ^etc/udev/rules.d/.*$   YES
 UPGRADE                ^etc/udev/rules.d/1.*$  NO
+UPGRADE                ^etc/udev/hwdb.d/.*$    YES
+UPGRADE                ^etc/udev/hwdb.bin$     YES
 
+UPGRADE                ^etc/ssl/cert.pem$      YES
 # End of file