You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
545 B
16 lines
545 B
EXTRA_DIST = \
|
|
hi32-app-kshutdown.png \
|
|
hi48-app-kshutdown.png \
|
|
kshutdown.svg
|
|
|
|
install-data-local:
|
|
$(mkinstalldirs) $(kde_icondir)/hicolor/32x32/apps/
|
|
$(INSTALL_DATA) $(srcdir)/hi32-app-kshutdown.png $(kde_icondir)/hicolor/32x32/apps/kshutdown.png
|
|
|
|
$(mkinstalldirs) $(kde_icondir)/hicolor/48x48/apps/
|
|
$(INSTALL_DATA) $(srcdir)/hi48-app-kshutdown.png $(kde_icondir)/hicolor/48x48/apps/kshutdown.png
|
|
|
|
uninstall-local:
|
|
-rm -f $(kde_icondir)/hicolor/32x32/apps/kshutdown.png
|
|
-rm -f $(kde_icondir)/hicolor/48x48/apps/kshutdown.png
|