]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - Makefile.am
Allow overriding of vlan base device name
[projects/rc-scripts.git] / Makefile.am
index 7ad30df197adeaf84ccb2574ea4071fe6960de6a..98f7d98b59396a4fc0ad9d40ac60e8a9cb8b8e42 100644 (file)
@@ -1,5 +1,4 @@
 #
-#      $Id$
 #
 
 SUBDIRS = src lib ppp isapnp sysconfig rc.d doc man po init
@@ -20,7 +19,7 @@ profile_DATA = \
        lang.sh \
        lang.csh
 
-bin_SCRIPTS = run-parts
+bin_SCRIPTS = run-parts.sh
 sbin_SCRIPTS = \
        setsysfont \
        hwprofile \
@@ -37,6 +36,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.042697 seconds and 4 git commands to generate.