From 5c6cd059e8395d7f24d4b199e59c8c2f562dc438 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 3 Nov 2013 21:21:21 +0100 Subject: New stow hierarchy --- .local/Makefile | 4 ---- .local/share/Makefile | 4 ---- .local/share/applications/Makefile | 4 ---- .local/share/applications/moc.desktop | 8 -------- .local/share/applications/ncmpcpp.desktop | 8 -------- .local/share/applications/poweroff.desktop | 8 -------- .local/share/applications/reboot.desktop | 8 -------- 7 files changed, 44 deletions(-) delete mode 100644 .local/Makefile delete mode 100644 .local/share/Makefile delete mode 100644 .local/share/applications/Makefile delete mode 100644 .local/share/applications/moc.desktop delete mode 100644 .local/share/applications/ncmpcpp.desktop delete mode 100644 .local/share/applications/poweroff.desktop delete mode 100644 .local/share/applications/reboot.desktop (limited to '.local') diff --git a/.local/Makefile b/.local/Makefile deleted file mode 100644 index a473a83..0000000 --- a/.local/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -SUBDIR=.local -modules=share - -include ../dotfiles.mk diff --git a/.local/share/Makefile b/.local/share/Makefile deleted file mode 100644 index da723ff..0000000 --- a/.local/share/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -SUBDIR=share -modules=applications - -include ../../dotfiles.mk diff --git a/.local/share/applications/Makefile b/.local/share/applications/Makefile deleted file mode 100644 index 4fb9a44..0000000 --- a/.local/share/applications/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -SUBDIR=applications -objects=moc.desktop ncmpcpp.desktop poweroff.desktop reboot.desktop - -include ../../../dotfiles.mk diff --git a/.local/share/applications/moc.desktop b/.local/share/applications/moc.desktop deleted file mode 100644 index 7d83074..0000000 --- a/.local/share/applications/moc.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=moc -GenericName=Music Player -Comment=Play Music -Exec=urxvt -e mocp -Icon=audio-x-generic.png -Type=Application diff --git a/.local/share/applications/ncmpcpp.desktop b/.local/share/applications/ncmpcpp.desktop deleted file mode 100644 index 8151a1e..0000000 --- a/.local/share/applications/ncmpcpp.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=ncmpcpp -GenericName=Music Player -Comment=Play Music -Exec=urxvt -e ncmpcpp -Icon=audio-x-generic.png -Type=Application diff --git a/.local/share/applications/poweroff.desktop b/.local/share/applications/poweroff.desktop deleted file mode 100644 index b809e56..0000000 --- a/.local/share/applications/poweroff.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=poweroff -GenericName=Power Off -Comment=Turn off the power -Exec=systemctl poweroff -Icon=system-shutdown.png -Type=Application diff --git a/.local/share/applications/reboot.desktop b/.local/share/applications/reboot.desktop deleted file mode 100644 index 34ca716..0000000 --- a/.local/share/applications/reboot.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=reboot -GenericName=Reboot -Comment=Reboot the system -Exec=systemctl reboot -Icon=reload.png -Type=Application -- cgit v1.2.3-54-g00ecf