diff options
author | rbuj <[email protected]> | 2019-08-17 10:16:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-08-20 11:53:37 +0200 |
commit | ab5c7f6af6afb3b80ae683c1da98ed0f7384c841 (patch) | |
tree | f148c2a7e66db4380578b0e9c8878313156a2f6a /data/icons/16x16/apps | |
parent | ef59256ea98df3dadcf67683af960d847dae0e9a (diff) | |
download | mate-power-manager-ab5c7f6af6afb3b80ae683c1da98ed0f7384c841.tar.bz2 mate-power-manager-ab5c7f6af6afb3b80ae683c1da98ed0f7384c841.tar.xz |
Simplify the installation process of the icons
Diffstat (limited to 'data/icons/16x16/apps')
-rw-r--r-- | data/icons/16x16/apps/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/data/icons/16x16/apps/Makefile.am b/data/icons/16x16/apps/Makefile.am deleted file mode 100644 index 3e43a5b..0000000 --- a/data/icons/16x16/apps/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -themedir = $(datadir)/icons/hicolor -size = 16x16 -context = apps - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - mate-brightness-applet.png \ - mate-inhibit-applet.png \ - mate-power-manager.png \ - mate-power-statistics.png - -noinst_DATA = - -EXTRA_DIST = \ - $(icons_DATA) \ - $(noinst_DATA) |