]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - Makefile.am
- another example of zsh supremacy in shell world! fixed 5 yrs old flaw
[projects/rc-scripts.git] / Makefile.am
index 4494312b508fcda36f0f7c1e6f15550847d52a9b..202c26c40accd2dcfcc3cfc3747b96178271bf3e 100644 (file)
@@ -2,7 +2,7 @@
 #      $Id$
 #
 
-SUBDIRS = src ppp isapnp sysconfig rc.d doc man po init
+SUBDIRS = src lib ppp isapnp sysconfig rc.d doc man po init
 
 sysconf_DATA = \
        adjtime \
@@ -11,8 +11,6 @@ sysconf_DATA = \
        crypttab \
        sysctl.conf
 
-firmwaredir = /lib/firmware
-
 firmware_SCRIPTS = \
        firmware-loader.sh
 
@@ -39,6 +37,9 @@ install-data-hook:
        install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
        [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] || touch $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
 
+uninstall-hook:
+       [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] && rm -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
+
 # make rpms
 rpm: $(PACKAGE).spec
        $(MAKE) dist
This page took 0.073133 seconds and 4 git commands to generate.